Remove method which was defined twice
This commit is contained in:
parent
931ff06613
commit
06720e2764
@ -201,9 +201,6 @@ class BaseBackend(object):
|
||||
|
||||
# Current/single playlist methods
|
||||
|
||||
def playlist_changes_since(self, version):
|
||||
return None
|
||||
|
||||
def playlist_load(self, name):
|
||||
self._current_song_pos = None
|
||||
matches = filter(lambda p: p.name == name, self._playlists)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user