Don't force mb if using a custom host

This commit is contained in:
rembo10
2012-04-17 12:17:25 +05:30
parent c9a3cee0b6
commit 8c7420a7ef

View File

@@ -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":