Remove duplicate method
This commit is contained in:
parent
6005086a7f
commit
730ca2648c
@ -241,10 +241,6 @@ class BaseCurrentPlaylistController(object):
|
||||
random.shuffle(shuffled)
|
||||
self.playlist = self.playlist.with_(tracks=before+shuffled+after)
|
||||
|
||||
def destroy(self):
|
||||
"""Cleanup after component."""
|
||||
pass
|
||||
|
||||
|
||||
class BaseLibraryController(object):
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user