mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
fixed bug in 'comp_list'
This commit is contained in:
parent
8ba053921e
commit
0171b257d1
@ -865,8 +865,6 @@ class Client(MPDClient):
|
|||||||
self.files_to_playlist([song['file'] for song in songs], append, force)
|
self.files_to_playlist([song['file'] for song in songs], append, force)
|
||||||
|
|
||||||
def comp_list(self, *args): # simulates listing behavior of python-mpd2 1.0
|
def comp_list(self, *args): # simulates listing behavior of python-mpd2 1.0
|
||||||
if "group" in args:
|
|
||||||
raise ValueError("'group' is not supported")
|
|
||||||
native_list=self.list(*args)
|
native_list=self.list(*args)
|
||||||
if len(native_list) > 0:
|
if len(native_list) > 0:
|
||||||
if type(native_list[0]) == dict:
|
if type(native_list[0]) == dict:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user