Skip to content

Commit

Permalink
Fix updateProgress docs (#1122)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyWong16 authored Mar 10, 2023
1 parent 6738aac commit e7571ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plexapi/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -802,8 +802,8 @@ def updateProgress(self, time, state='stopped'):
""" Set the watched progress for this video.
Note that setting the time to 0 will not work.
Use :func:`~plexapi.mixins.PlayedMixin.markPlayed` or
:func:`~plexapi.mixins.PlayedMixin.markUnplayed` to achieve
Use :func:`~plexapi.mixins.PlayedUnplayedMixin.markPlayed` or
:func:`~plexapi.mixins.PlayedUnplayedMixin.markUnplayed` to achieve
that goal.
Parameters:
Expand Down

0 comments on commit e7571ce

Please sign in to comment.