Skip to content

Commit 5609a41

Browse files
committed
Fix spanish api url
1 parent d11c795 commit 5609a41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/lib/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class RadioApi():
3636
'german': 'http://api.radio.de/info',
3737
'french': 'http://api.radio.fr/info',
3838
'portuguese': 'http://api.radio.pt/info',
39-
'spanish': 'http//api.radio.es/info',
39+
'spanish': 'http://api.radio.es/info',
4040
}
4141

4242
USER_AGENT = 'XBMC Addon Radio'

0 commit comments

Comments
 (0)