run raw plex curl request

This commit is contained in:
Taylor Bourne
2021-10-31 22:14:31 -07:00
parent bddf03327c
commit 630689d317

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"
"$plexUpdateURL"
sleep 1
fi
fi