From 570234717aea80883ff219e5d83efbfa576b7f81 Mon Sep 17 00:00:00 2001 From: rembo10 Date: Wed, 2 Sep 2015 12:11:25 -0700 Subject: [PATCH] Changing the vip mirror to url to prepare for server upgrade --- headphones/mb.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/headphones/mb.py b/headphones/mb.py index d83b4572..0a477aa0 100644 --- a/headphones/mb.py +++ b/headphones/mb.py @@ -51,7 +51,7 @@ def startmb(): mbpass = headphones.CONFIG.CUSTOMPASS sleepytime = int(headphones.CONFIG.CUSTOMSLEEP) elif headphones.CONFIG.MIRROR == "headphones": - mbhost = "144.76.94.239" + mbhost = "codeshy.com" mbport = 8181 mbuser = headphones.CONFIG.HPUSER mbpass = headphones.CONFIG.HPPASS @@ -362,7 +362,7 @@ def getSeries(seriesid): if not series: return False - + if 'disambiguation' in series: series_dict['artist_name'] = unicode(series['name'] + " (" + unicode(series['disambiguation']) + ")") else: