]> kaliko git repositories - mpd-sima.git/blobdiff - sima/client.py
Add priority to plugins
[mpd-sima.git] / sima / client.py
index f64277e8f1bd21b2325d62a654dbe74362a73d08..926e2952acc5a9c177d8b622f01bb4d620935217 100644 (file)
@@ -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):