feat(permissions): add DELETE_MEDIA permission to allow users to remove media from *arr services#2135
feat(permissions): add DELETE_MEDIA permission to allow users to remove media from *arr services#21350fflineuser wants to merge 9 commits into
Conversation
… remove medias from arrs
|
This pull request has merge conflicts. Please resolve the conflicts so the PR can be successfully reviewed and merged. |
This comment was marked as off-topic.
This comment was marked as off-topic.
|
Good first step! I'm running into the issue that having users being able to request but not delete media quickly blows up my used disk space... I was looking into something similar but preferred |
|
Any update on this? |
Merging of non-fix PRs is frozen until the Seerr merger is completed and the first version is released. |
|
This pull request has merge conflicts. Please resolve the conflicts so the PR can be successfully reviewed and merged. |
|
Really looking forward to what this PR would enable, so if I could help in any way let met know 🙂 |
|
This would be great to not have to manually delete files for people |
| radarrRoutes.get('/', (_req, res) => { | ||
| const settings = getSettings(); | ||
|
|
||
| res.status(200).json(settings.radarr); | ||
| }); | ||
|
|
| sonarrRoutes.get('/', (_req, res) => { | ||
| const settings = getSettings(); | ||
|
|
||
| res.status(200).json(settings.sonarr); | ||
| }); | ||
|
|
| const settings = getSettings(); | ||
| return res.status(200).json(settings.sonarr); | ||
| } | ||
| ); |
| "i18n-ally.localesPaths": [ | ||
| "src/i18n/locale" | ||
| ], | ||
| "i18n-ally.localesPaths": ["src/i18n/locale"], |
… remove medias from arrs
Description
Screenshot (if UI-related)
To-Dos
I consulted AI to understand the codebase but the solution was fully authored manually by myself.
pnpm buildpnpm i18n:extractIssues Fixed or Closed