From b431689a0a94fe994cc0eb9e39cda9bba4ee81e8 Mon Sep 17 00:00:00 2001 From: rembo10 Date: Mon, 19 Mar 2012 09:29:06 +0000 Subject: [PATCH] Changed default mirror back to musicbrainz --- headphones/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headphones/__init__.py b/headphones/__init__.py index 4ea75404..3c834e5b 100644 --- a/headphones/__init__.py +++ b/headphones/__init__.py @@ -309,7 +309,7 @@ def initialize(): PROWL_ONSNATCH = bool(check_setting_int(CFG, 'Prowl', 'prowl_onsnatch', 0)) PROWL_PRIORITY = check_setting_int(CFG, 'Prowl', 'prowl_priority', 0) - MIRROR = check_setting_str(CFG, 'General', 'mirror', 'headphones') + MIRROR = check_setting_str(CFG, 'General', 'mirror', 'musicbrainz.org') CUSTOMHOST = check_setting_str(CFG, 'General', 'customhost', 'localhost') CUSTOMPORT = check_setting_int(CFG, 'General', 'customport', 5000) CUSTOMSLEEP = check_setting_int(CFG, 'General', 'customsleep', 1)