From 4acaf5829ee450304cc36992ebf02ea58056233f Mon Sep 17 00:00:00 2001 From: Martin Wagner Date: Sat, 22 Oct 2022 00:28:34 +0200 Subject: [PATCH] removed unused function of Client --- src/mpdevil.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mpdevil.py b/src/mpdevil.py index ca66335..2add5fa 100755 --- a/src/mpdevil.py +++ b/src/mpdevil.py @@ -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: