autobrr / omegabrr

Omegabrr transforms monitored shows, movies, books and music from arrs into autobrr filters. It also supports adding titles from custom lists to autobrr filters.
https://autobrr.com
MIT License
127 stars 11 forks source link

fix(lidarr): Monitored artists and albums #69

Closed s0up4200 closed 8 months ago

s0up4200 commented 9 months ago

This PR addresses an issue in the Lidarr processing logic where it was fetching monitored albums from both unmonitored and monitored artists. The issue caused the titles of unmonitored artists' albums to be included in the processing, which was not the intended behavior.

Changes Made