angrycuban13 / Just-A-Bunch-Of-Starr-Scripts

Just a bunch of scripts for Starr apps
92 stars 10 forks source link

[Bug][upgradinatorr] Manual Search Early Termination #56

Closed zippydude closed 1 year ago

zippydude commented 1 year ago

When running a manual search, such as "upgradinatorr.ps1 -apps radarr,radarr4k,sonarr,sonarr4k", if any app exhausts items to search for, the script will exit instead of continuing to the next app.

Given the above command, if radarr4k runs of out of movies to search, the script will terminate and sonarr and sonarr4k will not have upgrades kicked off.

This issue affects sonarr, radarr, and lidarr instances. The bug occurs here - https://github.com/angrycuban13/Just-A-Bunch-Of-Starr-Scripts/blob/main/Upgradinatorr/upgradinatorr.ps1#L571.

angrycuban13 commented 1 year ago

Fixed in 0d79818 - thanks for letting me know