-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
[PVR] Fix missing 'mark watched'/'mark unwatched' context menu entries for recordings folders. #16939
[PVR] Fix missing 'mark watched'/'mark unwatched' context menu entries for recordings folders. #16939
Conversation
…s for recordings folders.
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.
Yes, looks good. But do we also need to fix URIUtils::IsPVRRecording?
Or maybe better to ask the question should URIUtils work here? |
URIUtils cannot decide on this, as it works only on the path and there is no possibility to determine from the path whether path in question is a folder or a file. :-( |
Ok, fair. Confusing, but fair. |
URIUtils::IsPVRRecordingFileOrFolder()??? |
Would make things more clear, yes. Come up with a PR if you like. |
jenkins build this please |
WIN-UWP-64 jenkins error is unrelated. |
…ontext-menu [PVR] Fix missing 'mark watched'/'mark unwatched' context menu entries for recordings folders.
Fixes a regression introduced with 7239c68
Before:
After:
@phunkyfish good to go?