Correctly read watched episodes

This commit is contained in:
Foxbond 2025-01-24 14:37:11 +01:00
parent e097a07ca5
commit 8bab601229

View File

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