channels: fix raiplay e filmpertutti

This commit is contained in:
ilmich
2024-07-19 19:01:17 +02:00
parent 73c5b73b64
commit bb4e63471e
3 changed files with 24 additions and 11 deletions
+4
View File
@@ -280,6 +280,10 @@ def addinfo(items, item):
item.forcethumb = True
episode = 0
season = 0
if key.get('type','') == 'RaiPlay Link Item':
return ''
if key.get('titolo', ''):
key = requests.get(getUrl(key['path_id'])).json()['program_info']