-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show mark unplayed even if video in progress #228
base: develop
Are you sure you want to change the base?
Conversation
8801659
to
382036f
Compare
options.append({'key': 'mark_watched', 'display': T(32319, 'Mark Played')}) | ||
if mli.dataSource.isWatched or inProgress: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should just be an else:
The correct behavior for an item that is unplayed or played but in progress is to mark watched - otherwise mark unwatched.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm no, that's what this PR is about. PlexWeb now shows both Mark Played/Unplayed for in progress items (which makes sense).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(and it's always bugged me that that wasn't the case before)
options.append({'key': 'mark_watched', 'display': T(32319, 'Mark Played')}) | ||
if self.video.isWatched or inProgress: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above.
Would you agree to this if we made it an advanced setting? |
78f9acc
to
126aaba
Compare
… even if video in progress
382036f
to
09b2216
Compare
GHI (If applicable): #
Description:
Checklist: