From bff027e0527c0c667d231987818835b6d7eca414 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Thu, 22 Feb 2024 08:17:43 -0500 Subject: [PATCH] test --- plex-emptytrash.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/plex-emptytrash.sh b/plex-emptytrash.sh index 1d38358..4bfc8a9 100644 --- a/plex-emptytrash.sh +++ b/plex-emptytrash.sh @@ -19,6 +19,7 @@ update_from_api() { source ./plex-library-ids.sh # run a loop against each library + echo "Emptying Trash for all libraries" for index in ${!LOCAL_LIBRARIES_[*]} do library_id=${LOCAL_LIBRARIES_IDS[$index]}