mirror of
https://github.com/blacktwin/JBOPS.git
synced 2025-12-14 04:25:36 +00:00
Merge 8bab601229 into 9177c8b007
This commit is contained in:
commit
7631107d25
@ -427,7 +427,7 @@ def batching_watched(section, libtype):
|
|||||||
|
|
||||||
if libtype == 'show':
|
if libtype == 'show':
|
||||||
search_watched = section.search(libtype='episode', container_start=start, container_size=count,
|
search_watched = section.search(libtype='episode', container_start=start, container_size=count,
|
||||||
**{'show.unwatchedLeaves': False})
|
**{'episode.unwatched':False})
|
||||||
else:
|
else:
|
||||||
search_watched = section.search(unwatched=False, container_start=start, container_size=count)
|
search_watched = section.search(unwatched=False, container_start=start, container_size=count)
|
||||||
if all([search_watched]):
|
if all([search_watched]):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user