-
-
Notifications
You must be signed in to change notification settings - Fork 583
fix: prevent the deleted status from changing when processing #4198
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
base: develop
Are you sure you want to change the base?
Conversation
overseerr
|
||||||||||||||||||||||||||||
| Project |
overseerr
|
| Branch Review |
refs/pull/4198/merge
|
| Run status |
|
| Run duration | 02m 23s |
| Commit |
|
| Committer | Brandon Cohen |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
0
|
|
|
0
|
|
|
0
|
|
|
0
|
|
|
28
|
| View all changes introduced in this branch ↗︎ | |
3571aea to
46f7d20
Compare
…made" refactor: remove parent remove change until later date refactor: remove console log
46f7d20 to
ccaa7da
Compare
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.
Pull Request Overview
This PR fixes a bug where the DELETED media status was being unintentionally overwritten in the scanner logic. The change ensures that when media is marked as DELETED, the status is preserved even when the media still exists in radarr/sonarr or when all requests are removed.
- Modified the status update condition to preserve DELETED status alongside AVAILABLE status
- Prevents DELETED media from reverting to REQUESTED or UNKNOWN states inappropriately
fix: check if not processing first for movies
0a42860 to
891a009
Compare
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Description
Small PR that fixes a case where the DELETED status was being unintentionally overwritten. Also added download progress if a movie is processing after deleted:
Screenshot (if UI-related)
N/A
To-Dos
yarn build