From 8c7420a7ef23e8e597c68f488c48441f37ee1daa Mon Sep 17 00:00:00 2001 From: rembo10 Date: Tue, 17 Apr 2012 12:17:25 +0530 Subject: [PATCH] Don't force mb if using a custom host --- headphones/mb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headphones/mb.py b/headphones/mb.py index 6777d323..9aa16d7d 100644 --- a/headphones/mb.py +++ b/headphones/mb.py @@ -24,7 +24,7 @@ def startmb(forcemb=False): mbpass = None # Can use headphones mirror for queries - if headphones.MIRROR == "headphones": + if headphones.MIRROR == "headphones" or "custom": forcemb=False if forcemb or headphones.MIRROR == "musicbrainz.org":