Compare commits

...

2 Commits

Author SHA1 Message Date
Foxbond
7631107d25
Merge 8bab601229 into 9177c8b007 2025-04-01 07:23:50 -04:00
Foxbond
8bab601229 Correctly read watched episodes 2025-01-24 14:37:11 +01:00

View File

@ -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]):