Skip to content

Commit 57bfff1

Browse files
authored
Update plugin.py
1 parent 25a02e5 commit 57bfff1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/lib/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ def __add_stations(stations, add_custom=False, browse_more=None):
572572

573573

574574
def __get_language():
575-
languages = ('english', 'german', 'french', 'portuguese')
575+
languages = ('english', 'german', 'french', 'portuguese', 'spanish')
576576
if not plugin.get_setting('not_first_run', str):
577577
xbmc_language = xbmc.getLanguage().lower()
578578
__log('__get_language has first run with xbmc_language=%s'

0 commit comments

Comments
 (0)