fix: revert plex update changes for now (needs more testing)

This commit is contained in:
Taylor Bourne
2021-11-03 16:29:57 -07:00
parent 95c8f47de6
commit a473603b66

View File

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