Skip to content

Commit

Permalink
mpvc: Update mpvc
Browse files Browse the repository at this point in the history
  • Loading branch information
gmt4 committed Oct 27, 2023
1 parent dc3f162 commit 3fdda3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpvc
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,7 @@ main() {
clist|--chapter-list|chapter-list) mpvc_chapter_list "numbered"; QUIETFLAG=true;;
clistj|--chapter-list-json|chapter-list-json) mpvc_chapter_list_json; QUIETFLAG=true;;
csearch|--chapter-search|chapter-search) shift; mpvc_chapter_search "${1:-}"; QUIETFLAG=true;;
csearchplay|--chapter-searchplay|chapter-searchplay) shift; mpvc_chapter_search_play "${1:-}"; QUIETFLAG=true;;
csplay|csearchplay|--chapter-searchplay|chapter-searchplay) shift; mpvc_chapter_search_play "${1:-}"; QUIETFLAG=true;;

-k|--kill|kill) mpvc_ecmdr "quit"; QUIETFLAG=true ;;
-K|--killall|killall) quiet pkill -9 -f "$MPVC_MPV "; QUIETFLAG=true ;;
Expand Down

0 comments on commit 3fdda3f

Please sign in to comment.