Fix pylint error
This commit is contained in:
parent
f3589d2e49
commit
0836418bfc
@ -96,7 +96,7 @@ class BaseStoredPlaylistsController(object):
|
||||
Refresh the stored playlists in
|
||||
:attr:`mopidy.backends.base.BaseStoredPlaylistsController.playlists`.
|
||||
"""
|
||||
return self.provider.refresh(uri)
|
||||
return self.provider.refresh()
|
||||
|
||||
def rename(self, playlist, new_name):
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user