gstreamer: Fix typo

This commit is contained in:
Stein Magnus Jodal 2012-09-12 22:54:34 +02:00
parent a703b19862
commit 0ed59a8845

View File

@ -381,7 +381,7 @@ class GStreamer(ThreadingActor):
deliver raw audio data to GStreamer.
:param track: the current track
:type track: :class:`mopidy.modes.Track`
:type track: :class:`mopidy.models.Track`
"""
taglist = gst.TagList()
artists = [a for a in (track.artists or []) if a.name]