diff options
author | lassulus <git@lassul.us> | 2023-07-02 19:44:26 +0200 |
---|---|---|
committer | lassulus <git@lassul.us> | 2023-07-02 19:50:23 +0200 |
commit | d6602d59d37bfd088b9806f2d639dfab8febb8b4 (patch) | |
tree | 44ce3a64e4660f64918a03871259b43f67027cde /lass/2configs | |
parent | 8ea8fcf31da16565b2183b6bf2b2ca1daf0799c7 (diff) |
l mpv: use stereo by default
Diffstat (limited to 'lass/2configs')
-rw-r--r-- | lass/2configs/mpv.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lass/2configs/mpv.nix b/lass/2configs/mpv.nix index e57597d3d..b11e54c2c 100644 --- a/lass/2configs/mpv.nix +++ b/lass/2configs/mpv.nix @@ -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 |