We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a13d17c commit 1c37f60Copy full SHA for 1c37f60
tools/plex-markwatched.py
@@ -28,4 +28,4 @@
28
for episode in item.episodes():
29
if not episode.isWatched:
30
print('%s Marking %s watched.' % (datestr(), episode.title))
31
- item.markWatched()
+ episode.markWatched()
0 commit comments