mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
removed unused function of Client
This commit is contained in:
parent
c05a6f1937
commit
4acaf5829e
@ -830,9 +830,6 @@ class Client(MPDClient):
|
||||
self.findadd("albumartist", albumartist, "album", album["album"], "date", album["date"])
|
||||
self._to_playlist(append, mode)
|
||||
|
||||
def stored_to_playlist(self, name, mode="default"):
|
||||
self._to_playlist(lambda: self.load(name), mode)
|
||||
|
||||
def comp_list(self, *args): # simulates listing behavior of python-mpd2 1.0
|
||||
native_list=self.list(*args)
|
||||
if len(native_list) > 0:
|
||||
|
Loading…
Reference in New Issue
Block a user