solución de agregar contenidos de varios canales
This commit is contained in:
2
plugin.video.alfa/core/videolibrarytools.py
Executable file → Normal file
2
plugin.video.alfa/core/videolibrarytools.py
Executable file → Normal file
@@ -132,7 +132,7 @@ def save_movie(item):
|
||||
for c in subcarpetas:
|
||||
code = scrapertools.find_single_match(c, '\[(.*?)\]')
|
||||
if code and code in item.infoLabels['code']:
|
||||
path = c
|
||||
path = filetools.join(MOVIES_PATH, c)
|
||||
_id = code
|
||||
break
|
||||
|
||||
|
||||
Reference in New Issue
Block a user