This commit is contained in:
deathbybandaid 2024-02-22 07:15:22 -05:00
parent df36dd1171
commit 002c559701

View File

@ -19,7 +19,7 @@ update_from_api() {
source ./plex-library-ids.sh
# run a loop against each library
for library_number in LOCAL_LIBRARY_IDS
for library_number in $LOCAL_LIBRARY_IDS
do
echo "Running Library Update and metadata refresh for key: ${library_number}"
#curl -X PUT http://127.0.0.1:32400/library/sections/${library_number}/refresh\?force=1\&X-Plex-Token=${LOCAL_PLEX_TOKEN}