Skip to content

Commit e7571ce

Browse files
authored
Fix updateProgress docs (#1122)
1 parent 6738aac commit e7571ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plexapi/base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -802,8 +802,8 @@ def updateProgress(self, time, state='stopped'):
802802
""" Set the watched progress for this video.
803803
804804
Note that setting the time to 0 will not work.
805-
Use :func:`~plexapi.mixins.PlayedMixin.markPlayed` or
806-
:func:`~plexapi.mixins.PlayedMixin.markUnplayed` to achieve
805+
Use :func:`~plexapi.mixins.PlayedUnplayedMixin.markPlayed` or
806+
:func:`~plexapi.mixins.PlayedUnplayedMixin.markUnplayed` to achieve
807807
that goal.
808808
809809
Parameters:

0 commit comments

Comments
 (0)