fixed overwrite

This commit is contained in:
Martin Wagner 2021-12-21 20:14:56 +01:00
parent 4bba0fca98
commit 90c9628616

View File

@ -659,6 +659,7 @@ class Client(MPDClient):
obj[key] = value
if obj:
yield obj
_parse_objects_direct = _parse_objects
# overloads
def currentsong(self, *args):