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