diff options
Diffstat (limited to 'hm')
-rwxr-xr-x | hm/soispha/pkgs/scripts/wrappers/ytc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hm/soispha/pkgs/scripts/wrappers/ytc b/hm/soispha/pkgs/scripts/wrappers/ytc index 61e8d031..44aeb358 100755 --- a/hm/soispha/pkgs/scripts/wrappers/ytc +++ b/hm/soispha/pkgs/scripts/wrappers/ytc @@ -11,7 +11,7 @@ col() { play() { msg2 "Playing: $1" - mpv "$1" --speed=2.7 + mpv "$1" --speed=2.7 --volume=75 output="$?"; if [ "$output" -eq 0 ]; then @@ -35,7 +35,6 @@ cat << EOF > "$yt_flags" --write-info-json --sponsorblock-mark default --sponsorblock-remove sponsor ---restrict-filenames EOF [ -d "$OUTPUT_PATH" ] || mkdir "$OUTPUT_PATH"; |