AudioAddict: fix indentation
This commit is contained in:
parent
c3a1095f7a
commit
1058e56166
1 changed files with 12 additions and 12 deletions
|
|
@ -46,7 +46,7 @@ class AudioAddictBackend(BaseBackend, ICapRadio, ICapCollection):
|
||||||
LICENSE = 'AGPLv3+'
|
LICENSE = 'AGPLv3+'
|
||||||
BROWSER = StandardBrowser
|
BROWSER = StandardBrowser
|
||||||
|
|
||||||
# Data extracted from http://tobiass.eu/api-doc.html
|
# Data extracted from http://tobiass.eu/api-doc.html
|
||||||
NETWORKS = {
|
NETWORKS = {
|
||||||
'DI': {
|
'DI': {
|
||||||
'desc': 'Digitally Imported addictive electronic music',
|
'desc': 'Digitally Imported addictive electronic music',
|
||||||
|
|
@ -101,17 +101,17 @@ class AudioAddictBackend(BaseBackend, ICapRadio, ICapCollection):
|
||||||
'premium_high': {'rate': 256, 'fmt': 'mp3'}
|
'premium_high': {'rate': 256, 'fmt': 'mp3'}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'RockRadio': {
|
'RockRadio': {
|
||||||
'desc': 'Rock Radio',
|
'desc': 'Rock Radio',
|
||||||
'domain': 'rockradio.com',
|
'domain': 'rockradio.com',
|
||||||
'streams': {'android_low': {'rate': 40, 'fmt': 'aac'},
|
'streams': {'android_low': {'rate': 40, 'fmt': 'aac'},
|
||||||
'android': {'rate': 64, 'fmt': 'aac'},
|
'android': {'rate': 64, 'fmt': 'aac'},
|
||||||
'android_premium_medium': {'rate': 64, 'fmt': 'aac'},
|
'android_premium_medium': {'rate': 64, 'fmt': 'aac'},
|
||||||
'android_premium': {'rate': 128, 'fmt': 'aac'},
|
'android_premium': {'rate': 128, 'fmt': 'aac'},
|
||||||
'android_premium_high': {'rate': 256, 'fmt': 'mp3'},
|
'android_premium_high': {'rate': 256, 'fmt': 'mp3'},
|
||||||
'public3': {'rate': 96, 'fmt': 'mp3'}
|
'public3': {'rate': 96, 'fmt': 'mp3'}
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
CONFIG = BackendConfig(Value('networks',
|
CONFIG = BackendConfig(Value('networks',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue