gst1: Replace TagList() with TagList.new_empty()
This commit is contained in:
parent
6c9e2d4d34
commit
ee51983cfd
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user