summaryrefslogtreecommitdiff
path: root/nephilim/mpclient.py
diff options
context:
space:
mode:
Diffstat (limited to 'nephilim/mpclient.py')
-rw-r--r--nephilim/mpclient.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/nephilim/mpclient.py b/nephilim/mpclient.py
index b724b5a..46dd324 100644
--- a/nephilim/mpclient.py
+++ b/nephilim/mpclient.py
@@ -273,12 +273,6 @@ class MPClient(QtCore.QObject):
all found songs. For allowed values of args, see MPD protocol documentation.
"""
self._command('find', args, callback = lambda data: callback(self._parse_songs(data)))
- def find_sync(self, *args):
- """
- Search for songs on MPD synchronously. Returns an iterator over all
- found songs. For allowed values of args, see MPD protocol documentation.
- """
- return self._command_sync('find', args, parse = lambda data: self._parse_songs(data))
def findadd(self, *args):
"""
Request a search on MPD and add found songs to current playlist. Allowed values