Nome server Directo nelle traduzioni

This commit is contained in:
Alhaziel01
2020-08-12 09:21:13 +02:00
parent 5e6618c495
commit 486b969bea
11 changed files with 21 additions and 15 deletions
+1 -1
View File
@@ -288,7 +288,7 @@ def findvideos(item):
else:
url = item.url
itemlist.append(item.clone(server = 'directo', title = 'Diretto', fanart = item.json, url = getUrl(url), action = 'play' ))
itemlist.append(item.clone(server = 'directo', title = support.config.get_localized_string(30137), fanart = item.json, url = getUrl(url), action = 'play' ))
return support.server(item, itemlist=itemlist, Download=False)