mirror of
https://github.com/blacktwin/JBOPS.git
synced 2025-12-11 19:37:18 +00:00
Correctly read watched episodes
This commit is contained in:
parent
e097a07ca5
commit
8bab601229
@ -415,7 +415,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