diff --git a/plex-library-ids.sh b/plex-library-ids.sh index b414b2e..d7a4bb1 100644 --- a/plex-library-ids.sh +++ b/plex-library-ids.sh @@ -3,7 +3,7 @@ ids_from_api() { source ./plex-token.sh echo "Getting Plex Library list" - LOCAL_LIBRARY_IDS=$(`curl -s -H "Accept: application/json" -H "X-Plex-Token: ${LOCAL_PLEX_TOKEN}" http://127.0.0.1:32400/library/sections | jq -M -r '.MediaContainer.Directory[] | "\(.key)"'`) + LOCAL_LIBRARY_IDS=`curl -s -H "Accept: application/json" -H "X-Plex-Token: ${LOCAL_PLEX_TOKEN}" http://127.0.0.1:32400/library/sections | jq -M -r '.MediaContainer.Directory[] | "\(.key)"'` } case "$2" in