Skip to content

Commit

Permalink
extras: Update extras/mpvc-web
Browse files Browse the repository at this point in the history
  • Loading branch information
gmt4 committed Dec 14, 2024
1 parent c040fb1 commit 189baa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/mpvc-web
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ main()
{
QUERY_STRING="\${QUERY_STRING:-\$@}"
if [ -n "\${USER:-}" ]; then
env -i PATH="/usr/bin:/bin" HOME="\$HOME" TERM="\$TERM" QUERY_STRING="\${QUERY_STRING:-}" "\$0" "\$@"; exit;
env -i PATH="/usr/local/bin:/usr/bin:/bin" HOME="\$HOME" TERM="\$TERM" QUERY_STRING="\${QUERY_STRING:-}" "\$0" "\$@"; exit;
fi
case "\$QUERY_STRING" in
lyrics) mpvc_redir "\$($MPVC-fzf -L '')" ;;
Expand Down

0 comments on commit 189baa6

Please sign in to comment.