Commit 90142ada authored by Gauthier Provost's avatar Gauthier Provost
Browse files

Fix Plex displayed URL in softy menu once alive

parent 1c544b86
......@@ -154,7 +154,7 @@ function check_status
# Plex media server
PLEX_STATUS="$((check_if_installed plexmediaserver || check_if_installed plexmediaserver-installer) \
&& echo "on" || echo "off" )"
alive_port "Plex media server" "32400"
alive_port "Plex media server" "32400" "" "/web"
LIST+=( "Plex" "$DESCRIPTION" "$PLEX_STATUS" )
# Emby server
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment