Fix Animeworl e Casacinema

This commit is contained in:
Alhaziel01
2021-03-22 10:32:10 +01:00
parent 9f231db4d1
commit bf70737555
5 changed files with 6 additions and 6 deletions

View File

@@ -68,7 +68,7 @@ def find_video_items(item=None, data=None):
# Find the links to the videos
for label, url, server, thumbnail in findvideos(data):
title = config.get_localized_string(70206) % label
title = label
itemlist.append(
item.clone(title=title, action="play", url=url, thumbnail=thumbnail, server=server, folder=False))