updated lidarr endpoints

This commit is contained in:
2026-04-23 16:12:54 -04:00
parent 2490301f3b
commit 36c7bb66dc
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -958,9 +958,9 @@ MEDIA_MAINTENANCE_JOBS=(
"Media/media_shares_permissions.sh" # apply permissions first
"Media/media_cleaner.sh anime" # remove junk from anime shares
"Media/media_cleaner.sh media" # remove junk from media shares
"Media/lidarr_cleanup.sh" # remove orphaned music files
"Media/sonarr_cleanup.sh" # remove orphaned TV files
"Media/radarr_cleanup.sh" # remove orphaned movie files
#"Media/lidarr_cleanup.sh" # remove orphaned music files
#"Media/sonarr_cleanup.sh" # remove orphaned TV files
#"Media/radarr_cleanup.sh" # remove orphaned movie files
)
# ━━━ Arr Cleanup ━━━
+1 -1
View File
@@ -165,7 +165,7 @@ check_api "$LIDARR_URL" "Lidarr" || {
info "Querying Lidarr API: $LIDARR_URL"
TRACKFILE_RESPONSE=$(lidarr_api "trackfile") || {
TRACKFILE_RESPONSE=$(lidarr_api "trackFile") || {
error "Failed to fetch track files from Lidarr — check URL and API key"
notify "Lidarr cleanup failed on $(hostname) — API unreachable" "Lidarr Cleanup" "warning"
exit 1