Skip to content

Commit

Permalink
Update mpvc
Browse files Browse the repository at this point in the history
  • Loading branch information
gmt4 committed Nov 21, 2024
1 parent 3e8852e commit 137275c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mpvc
Original file line number Diff line number Diff line change
Expand Up @@ -1111,8 +1111,8 @@ main() {
ytquery) shift; mpvc_ytquery "$@"; return;;
ytqueryjson) shift; mpvc_ytquery_json "$@"; return;;

cprev|--chapter-prev|chapter-prev) mpvc_chapter_set +1 "relative" ;;
cnext|--chapter-next|chapter-next) mpvc_chapter_set -1 "relative" ;;
cprev|--chapter-prev|chapter-prev) mpvc_chapter_set -1 "relative" ;;
cnext|--chapter-next|chapter-next) mpvc_chapter_set +1 "relative" ;;
cplay|--chapter-play|chapter-play) shift; mpvc_chapter_set "${1:-}" "absolute" ;;
cplayrand|--cplayrand) shift; mpvc_chapter_set "$(mpvc_get_random)" "absolute" ;;

Expand Down

0 comments on commit 137275c

Please sign in to comment.