Merge branch 'alpha' of /home/marco/.kodi/addons/plugin.video.kod with conflicts.

This commit is contained in:
mac12m99
2021-06-08 19:49:30 +02:00
parent 5f16ff4121
commit 46b8eb945a
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -475,7 +475,7 @@ def scrape(func):
typeContentDict, typeActionDict, blacklist, search, pag, function, lang, sceneTitle, group)
for it in blockItemlist:
if 'lang' in bl:
it.contentLanguage = scrapeLang(bl, it.contentLanguage, it.title)
it.contentLanguage = scrapeLang(bl, it.contentLanguage)
if 'quality' in bl and bl['quality']:
it.quality = bl['quality'].strip()
# it.title = it.title + typo(bl['quality'].strip(), '_ [] color kod')