typo configurazione AutoPlay
This commit is contained in:
@@ -909,7 +909,7 @@ msgstr "La serie TV "%s" è stata aggiunta alla videoteca"
|
|||||||
|
|
||||||
msgctxt "#60071"
|
msgctxt "#60071"
|
||||||
msgid "AutoPlay configuration"
|
msgid "AutoPlay configuration"
|
||||||
msgstr "Configurazione Autoplay"
|
msgstr "Configurazione AutoPlay"
|
||||||
|
|
||||||
msgctxt "#60072"
|
msgctxt "#60072"
|
||||||
msgid "It seems that links of %s are not working."
|
msgid "It seems that links of %s are not working."
|
||||||
|
|||||||
@@ -56,6 +56,7 @@ def show_option(channel, itemlist, text_color=colorKOD, thumbnail=None, fanart=N
|
|||||||
:return:
|
:return:
|
||||||
'''
|
'''
|
||||||
from channelselector import get_thumb
|
from channelselector import get_thumb
|
||||||
|
from core.support import typo
|
||||||
logger.info()
|
logger.info()
|
||||||
|
|
||||||
if not config.is_xbmc():
|
if not config.is_xbmc():
|
||||||
@@ -69,7 +70,7 @@ def show_option(channel, itemlist, text_color=colorKOD, thumbnail=None, fanart=N
|
|||||||
plot_autoplay = config.get_localized_string(60399)
|
plot_autoplay = config.get_localized_string(60399)
|
||||||
itemlist.append(
|
itemlist.append(
|
||||||
Item(channel=__channel__,
|
Item(channel=__channel__,
|
||||||
title=config.get_localized_string(60071),
|
title=typo(config.get_localized_string(60071), 'bold color kod'),
|
||||||
action="autoplay_config",
|
action="autoplay_config",
|
||||||
text_color=text_color,
|
text_color=text_color,
|
||||||
text_bold=True,
|
text_bold=True,
|
||||||
|
|||||||
Reference in New Issue
Block a user