From ed570712f5c078a1db7a0b461f1b72d3ae8104f4 Mon Sep 17 00:00:00 2001 From: gmt4 <791491+gmt4@users.noreply.github.com> Date: Sat, 11 Jan 2025 19:27:35 +0100 Subject: [PATCH] extras: Update extras/mpvc-web --- extras/mpvc-web | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extras/mpvc-web b/extras/mpvc-web index 6d2fbcda..cce92526 100755 --- a/extras/mpvc-web +++ b/extras/mpvc-web @@ -19,7 +19,7 @@ PROGDIR=${0%/*} PROGVERSION="v1.6" PROGAUTHOR=gmt4 PROGURL="https://github.com/gmt4/mpvc" -PROGINFO="A hack to remotely control mpvc from web # DISCLAIMER * Use at Your Own Risk *" +#PROGINFO="A hack to remotely control mpvc from web # DISCLAIMER * Use at Your Own Risk *" set -euf @@ -343,7 +343,7 @@ mpvc_web_index() #n #x $([ -n "$MPVC_WEB_ARCHIVE_ENABLE" ] && echo '#a'; ) - $([ -n "$MPVC_WEB_CAST_URL" ] && echo "#c"; ) + $([ -n "$MPVC_WEB_CAST_URL" ] && echo "#c"; ) ]