X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=sima%2Fplugins%2Fcore%2Funiq.py;fp=sima%2Fplugins%2Fcore%2Funiq.py;h=17b17e2487cbe3377301a24d92a29ba2fd5f2cd9;hb=dbc3e9b29cc4c760063d1a2a4cf917b2211b9998;hp=b61afa616278d2aec52ebac5d348a3b80e4666e8;hpb=33841e8eea23d68659ff5279cc64976632bc4c5b;p=mpd-sima.git diff --git a/sima/plugins/core/uniq.py b/sima/plugins/core/uniq.py index b61afa6..17b17e2 100644 --- a/sima/plugins/core/uniq.py +++ b/sima/plugins/core/uniq.py @@ -53,7 +53,10 @@ class Uniq(Plugin): def is_capable(self): if 'channels' in self.player.commands(): - return True + if 'subscribe' in self.player.commands(): # Groove Basin compatibility + # For some reason Groove Basin have channels command but no + # subscribe command‽ + return True def get_channels(self): return [chan for chan in self.player.channels() if