feat(watchlistsync): add 4K support for auto request from plex watchlist #4021
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
modified the auto request logic to allow users with auto_request, request_4k and auto_approve_4k permissions to request content with 4k profile
Description
I wanted the users to be able to auto request content with the existing plex watchlist sync feature with the 4k profile. I was actually going to add extra settings to user permissions but then it made more sense to auto request in 4k if the user already had auto_request, request_4k and auto_approve_4k permissions. If a user can auto request, request in 4k and auto approve in 4k, I don't see why we would need any extra settings or permissions and why the users couldn't auto request in 4k. If they can already do this by logging into overseer and request and auto approve in 4k, I think we should also request their plex watchlist in 4k.
Screenshot (if UI-related)
To-Dos
yarn build
yarn i18n:extract
Issues Fixed or Closed