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