From ee51983cfdf72b632ba1e40ef54fc003b035fd5c Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Wed, 2 Sep 2015 21:30:32 +0200 Subject: [PATCH] gst1: Replace TagList() with TagList.new_empty() --- mopidy/audio/actor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mopidy/audio/actor.py b/mopidy/audio/actor.py index 3d6284bc..510fcbba 100644 --- a/mopidy/audio/actor.py +++ b/mopidy/audio/actor.py @@ -743,7 +743,7 @@ class Audio(pykka.ThreadingActor): :param track: the current track :type track: :class:`mopidy.models.Track` """ - taglist = Gst.TagList() + taglist = Gst.TagList.new_empty() artists = [a for a in (track.artists or []) if a.name] # Default to blank data to trick shoutcast into clearing any previous