Removing tag from movie does not persist #8984

Closed
opened 2026-02-20 00:09:15 -05:00 by deekerman · 2 comments
Owner

Originally created by @adamk33n3r on GitHub (Dec 18, 2024).

Is there an existing issue for this?

  • I have searched the existing open and closed issues

Current Behavior

I remove tag from edit movie menu, click save, but tag is still on movie.

Expected Behavior

Tag has been removed from movie.

Steps To Reproduce

No response

Environment

- OS: DSM 7.2.2-72806 Update 2
- Radarr: 5.16.3.9541
- Docker Install: Yes
- Using Reverse Proxy: Yes
- Database: Sqlite 3.45.3

What branch are you running?

Master

Trace Logs? Not Optional

I updated Miss Congeniality 2. You can see the logs say Added: 1, Removed: 0 when it should be Added: 0, Removed: 1 I would think.
radarr.trace.txt
I looked in the network tab, and it is only sending tags: [9] in the payload, but it receiving tags: [9, 3] back. (3 is the one im trying to remove)

Trace Logs have been provided as applicable. Reports will be closed if the required logs are not provided.

  • I have read and followed the steps in the wiki link above and provided the required trace logs - the logs contain trace - that are relevant and show this issue.
Originally created by @adamk33n3r on GitHub (Dec 18, 2024). ### Is there an existing issue for this? - [X] I have searched the existing open and closed issues ### Current Behavior I remove tag from edit movie menu, click save, but tag is still on movie. ### Expected Behavior Tag has been removed from movie. ### Steps To Reproduce _No response_ ### Environment ```markdown - OS: DSM 7.2.2-72806 Update 2 - Radarr: 5.16.3.9541 - Docker Install: Yes - Using Reverse Proxy: Yes - Database: Sqlite 3.45.3 ``` ### What branch are you running? Master ### Trace Logs? **Not Optional** I updated `Miss Congeniality 2`. You can see the logs say `Added: 1, Removed: 0` when it should be `Added: 0, Removed: 1` I would think. [radarr.trace.txt](https://github.com/user-attachments/files/18188865/radarr.trace.txt) I looked in the network tab, and it is only sending `tags: [9]` in the payload, but it receiving `tags: [9, 3]` back. (3 is the one im trying to remove) ### Trace Logs have been provided as applicable. Reports will be closed if the required logs are not provided. - [X] I have read and followed the steps in the wiki link above and provided the required trace logs - the logs contain `trace` - that are relevant and show this issue.
deekerman 2026-02-20 00:09:15 -05:00
Author
Owner

@mynameisbogdan commented on GitHub (Dec 18, 2024):

Those are due to autotagging, they'll be always re-processed on save.

Closing as it's not a bug.

In the future please use Discord first for small issues like this ones as we don't offer support on GH.

@mynameisbogdan commented on GitHub (Dec 18, 2024): Those are due to autotagging, they'll be always re-processed on save. Closing as it's not a bug. In the future please use Discord first for small issues like this ones as we don't offer support on GH.
Author
Owner

@adamk33n3r commented on GitHub (Dec 18, 2024):

Obviously I didn't know this was a support question, I thought this was a bug. If I thought it was support I wouldn't have made an issue tagged as bug. Duh? It wasn't clear that auto-tagging was happening.

@adamk33n3r commented on GitHub (Dec 18, 2024): Obviously I didn't know this was a support question, I thought this was a bug. If I thought it was support I wouldn't have made an issue tagged as bug. Duh? It wasn't clear that auto-tagging was happening.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Radarr#8984
No description provided.