From 34210bcfa5e501636970703af50d20658b0c7035 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20Mazi=C3=A8re?= Date: Mon, 15 Dec 2014 18:53:14 +0100 Subject: [PATCH] Rename SKY FM to Radio Tunes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pierre Mazière --- modules/audioaddict/module.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/audioaddict/module.py b/modules/audioaddict/module.py index 933144a6..51b4e256 100644 --- a/modules/audioaddict/module.py +++ b/modules/audioaddict/module.py @@ -68,9 +68,9 @@ class AudioAddictModule(Module, CapRadio, CapCollection): 'premium_high': {'rate': 256, 'fmt': 'mp3'} } }, - 'SKYfm': { - 'desc': 'SKY FM radio', - 'domain': 'sky.fm', + 'RadioTunes': { + 'desc': 'Radio Tunes', + 'domain': 'radiotunes.com', 'streams': {'appleapp_low': {'rate': 40, 'fmt': 'aac'}, 'appleapp': {'rate': 64, 'fmt': 'aac'}, 'appleapp_high': {'rate': 96, 'fmt': 'mp3'},