mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-02 22:57:34 -05:00
Removing tag from movie does not persist #8984
Labels
No labels
Area: API
Area: Database
Area: Db-migration
Area: Download Clients
Area: Extras
Area: Import Lists
Area: Indexer
Area: Metadata API
Area: Notifications
Area: Organizer
Area: Parser
Area: Scanning
Area: Tooling
Area: UI
Area: Unit Tests
On Hold: MetadataAPI Blocking
On Hold: MetadataAPI Blocking
Priority: High
Priority: Low
Priority: Medium
Status: Accepted
Status: Cannot Reproduce
Status: Confirmed
Status: Help Wanted
Status: In Progress
Status: Indexer - need invite
Status: Info Needed
Status: Investigating
Status: Logs Needed
Status: Maybe One Day
Status: Needs Triage
Status: On Hold
Status: Ready for Review
Status: Unlikely
Status: Waiting for OP
Status: Won't Fix
Type: Bug
Type: Documentation
Type: Duplicate
Type: Enhancement
Type: External Bug
Type: Feature Request
Type: Regression
Type: Support
Type: Support.
conflict
lidarr-pull
no-conflict
not-pulled
readarr-pull
readarr-pull
sonarr upstream
sonarr-pull
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Radarr#8984
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @adamk33n3r on GitHub (Dec 18, 2024).
Is there an existing issue for this?
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
What branch are you running?
Master
Trace Logs? Not Optional
I updated
Miss Congeniality 2. You can see the logs sayAdded: 1, Removed: 0when it should beAdded: 0, Removed: 1I would think.radarr.trace.txt
I looked in the network tab, and it is only sending
tags: [9]in the payload, but it receivingtags: [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.
trace- that are relevant and show this issue.@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.
@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.