test
This commit is contained in:
parent
81ae07ca76
commit
2665cca418
@ -24,7 +24,8 @@ update_from_api() {
|
|||||||
|
|
||||||
echo "Emptying Trash for key: ${library_number}"
|
echo "Emptying Trash for key: ${library_number}"
|
||||||
plex_api_url="http://127.0.0.1:32400/library/sections/${library_number}/emptyTrash?X-Plex-Token=${LOCAL_PLEX_TOKEN}"
|
plex_api_url="http://127.0.0.1:32400/library/sections/${library_number}/emptyTrash?X-Plex-Token=${LOCAL_PLEX_TOKEN}"
|
||||||
curl -X GET $plex_api_url
|
echo $plex_api_url
|
||||||
|
#curl -X GET $plex_api_url
|
||||||
|
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user