From ecfd3204ffcddc41686629f141010b7673faa9c7 Mon Sep 17 00:00:00 2001 From: rembo10 Date: Tue, 7 Jun 2016 10:49:59 +0100 Subject: [PATCH] Updated vip server url --- headphones/mb.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/headphones/mb.py b/headphones/mb.py index a0f80a30..397e5008 100644 --- a/headphones/mb.py +++ b/headphones/mb.py @@ -51,8 +51,8 @@ def startmb(): mbpass = headphones.CONFIG.CUSTOMPASS sleepytime = int(headphones.CONFIG.CUSTOMSLEEP) elif headphones.CONFIG.MIRROR == "headphones": - mbhost = "codeshy.com" - mbport = 8181 + mbhost = "musicbrainz.codeshy.com" + mbport = 80 mbuser = headphones.CONFIG.HPUSER mbpass = headphones.CONFIG.HPPASS sleepytime = 0