haijeploeg / excludarr

Excludarr manages your libraries in Radarr/Sonarr. It keeps track of your library and checks if your movies and series are also available on a configured streaming provider. It can exclude the movies and series that are available on a configured streaming provider. But it can also re-add movies and series if they are not streaming anymore.
MIT License
197 stars 12 forks source link

Fix UI bug when deleting series #27

Closed haijeploeg closed 2 years ago

haijeploeg commented 2 years ago

This happend for example with Queen of the South. The latest season is not on Netflix yet, so the serie and season 5 stays monitored. But because there are no seasons and episodes listed for exclusion and the serie is ended, the table shows that Queen of the south is marked for deletion. However the code does not delete Queen of the South, but the table is showing that is is going to.

This only happens with the -a delete action. This should fix the bug because we determine earlier now if the serie should be fully deleted.