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
@@ -110,7 +110,7 @@ def findvideos(item):
for title, url in matches:
get_video_list(url, title, itemlist)
else:
get_video_list(item.url, 'Diretto', itemlist)
get_video_list(item.url, support.config.get_localized_string(30137), itemlist)
return support.server(item, itemlist=itemlist)