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

View File

@ -19,7 +19,7 @@ update_from_api() {
source ./plex-library-ids.sh
# run a loop against each library
for index in ${!LOCAL_LIBRARIES_[*]}; do
for index in ${!LOCAL_LIBRARIES_[*]}
do
library_id=${LOCAL_LIBRARIES_IDS[$index]}
#"${LOCAL_LIBRARIES_IDS[index]}"