spotify: Fix style

This commit is contained in:
Stein Magnus Jodal 2013-04-01 19:34:39 +02:00
parent d032891246
commit 111d315d1e

View File

@ -77,7 +77,7 @@ def to_mopidy_playlist(spotify_playlist):
if not spotify_track.is_local()
]
if not name:
name = "Starred"
name = 'Starred'
# Tracks in the Starred playlist are in reverse order from the official
# client.
tracks.reverse()