Merge pull request #416 from thedoctor66/patch-5
added localized string
This commit is contained in:
@@ -56,8 +56,7 @@ def show_option(channel, itemlist, text_color='yellow', thumbnail=None, fanart=N
|
|||||||
if fanart == None:
|
if fanart == None:
|
||||||
fanart = 'https://s7.postimg.cc/65ooga04b/Auto_Play.png'
|
fanart = 'https://s7.postimg.cc/65ooga04b/Auto_Play.png'
|
||||||
|
|
||||||
plot_autoplay = 'AutoPlay permite auto reproducir los enlaces directamente, basándose en la configuracion de tus ' \
|
plot_autoplay = config.get_localized_string(60399)
|
||||||
'servidores y calidades favoritas. '
|
|
||||||
itemlist.append(
|
itemlist.append(
|
||||||
Item(channel=__channel__,
|
Item(channel=__channel__,
|
||||||
title=config.get_localized_string(60071),
|
title=config.get_localized_string(60071),
|
||||||
|
|||||||
Reference in New Issue
Block a user