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]}