Merge branch 'master' into develop

This commit is contained in:
Taylor Bourne
2021-11-03 17:07:55 -07:00

View File

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