l mpv: use stereo by default

This commit is contained in:
lassulus 2023-07-02 19:44:26 +02:00
parent 8ea8fcf31d
commit d6602d59d3
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ let
--ytdl-format="best[height<$Y_RES]" \
--script-opts=ytdl_hook-ytdl_path=${pkgs.yt-dlp}/bin/yt-dlp \
--script-opts-append=sponsorblock-local_database=no \
--audio-channels=2 \
"$@"
'')
pkgs.mpv