X-Git-Url: http://git.kaliko.me/?a=blobdiff_plain;f=sima%2Fclient.py;h=926e2952acc5a9c177d8b622f01bb4d620935217;hb=23309f235879380a5ef7db3a51bda4d12e31902e;hp=f64277e8f1bd21b2325d62a654dbe74362a73d08;hpb=2cddb244c6813cecf5bc24ce95d84e5136ea3f7e;p=mpd-sima.git diff --git a/sima/client.py b/sima/client.py index f64277e..926e295 100644 --- a/sima/client.py +++ b/sima/client.py @@ -336,7 +336,7 @@ class PlayerClient(Player): @property def artists(self): - return self._cache.get('artists') + return self._cache.get('artists') | self._cache.get('nombid_artists') @property def state(self):