removed unused function of Client

This commit is contained in:
Martin Wagner 2022-10-22 00:28:34 +02:00
parent c05a6f1937
commit 4acaf5829e
1 changed files with 0 additions and 3 deletions

View File

@ -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: