Digarr sends wrong Quality profile to Lidarr #333
|
The id of my quality profile is 3, but Digarr sends always 1. I can only choose the right quality profile ("Stefan") in the dropdown menu. Lidarr quality profile: Digarr PATCH /api/v1/recommendations/25 sends: Lidarr rejects: |
Replies: 2 comments
|
Thanks for the detailed report -- you nailed the root cause. Digarr defaulted profile ids to 1, and Lidarr never reuses id 1 once the stock profile is deleted. Two fixes:
If you are on v1.11.1+, opening Settings and picking your actual profiles as defaults also clears it up immediately. |
|
this landed in v1.12.0 -- profile ids are now validated against Lidarr's live profile list on every add path (auto-approve, subscriptions, bulk approve, album picker), not just the approve dialog. current release is v1.14.0. marking as answered. ping me if you still see id 1 going out anywhere. |
this landed in v1.12.0 -- profile ids are now validated against Lidarr's live profile list on every add path (auto-approve, subscriptions, bulk approve, album picker), not just the approve dialog. current release is v1.14.0.
marking as answered. ping me if you still see id 1 going out anywhere.