fix: fix plex update request (#70)

* run raw plex curl request

* update sample env file

* parse raw chrome curl req

* update cronjob

* use post request to update plex

* oops
This commit is contained in:
taylorbourne
2021-11-01 14:51:39 -07:00
committed by GitHub
parent bddf03327c
commit cbbb2f7786
2 changed files with 7 additions and 6 deletions

View File

@@ -107,7 +107,7 @@ if [ "$use_plexAPI" = "yes" ]; then
if [ -z "$plexUpdateURL" ]; then
echo "no Plex credentials provided"
else
curl -s -X POST "$plexUpdateURL"
curl --location --request POST "$plexUpdateURL"
sleep 1
fi
fi