This commit is contained in:
deathbybandaid 2024-02-22 08:17:43 -05:00
parent cba1c885de
commit bff027e052

View File

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