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
+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