]> git.plutz.net Git - serve0/blobdiff - templates/playctl.html.sh
maintain different top lists for tag selection and setting
[serve0] / templates / playctl.html.sh
index f073800948af7e8c8e53fb0686a6cf828f3a1cda..7ef07009db5ffe7d55d64e66cedb3421e15f6d43 100755 (executable)
@@ -78,7 +78,7 @@ cat <<EOF
       catt="${cat}:"
       [ "$catt" = "none:" ] && catt=''
       
-      printf %s "$taglist" |egrep '^'"$catt"'[^:]+$' |while read line; do
+      printf %s "$taglist_set" |egrep '^'"$catt"'[^:]+$' |while read line; do
         printf '<option %s value="%s">%s</option>' \
                "$(egrep -q "(^|.*\|)$line(\|.*|$)" "$meta" && printf selected)" \
                "$line" "${line#*:}"