Skip to content

Commit

Permalink
playlists: No need for refresh yet
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Nov 8, 2014
1 parent 0c67f80 commit b1056f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mopidy_spotify/playlists.py
Expand Up @@ -86,7 +86,7 @@ def playlists(self):
return result

def refresh(self):
pass # TODO
pass # Not needed as long as we don't cache anything.

def save(self, playlist):
pass # TODO

0 comments on commit b1056f2

Please sign in to comment.