ops
This commit is contained in:
@@ -327,7 +327,6 @@ def get_episodes(item):
|
|||||||
head_nfo, item_nfo = videolibrarytools.read_nfo(item.nfo)
|
head_nfo, item_nfo = videolibrarytools.read_nfo(item.nfo)
|
||||||
|
|
||||||
# Create an item in the list for each strm found
|
# Create an item in the list for each strm found
|
||||||
from core.support import dbg;dbg()
|
|
||||||
for i in ficheros:
|
for i in ficheros:
|
||||||
ext = i.split('.')[-1]
|
ext = i.split('.')[-1]
|
||||||
if ext not in ['json','nfo']:
|
if ext not in ['json','nfo']:
|
||||||
|
|||||||
Reference in New Issue
Block a user