1
0
mirror of https://github.com/kmein/niveum synced 2026-03-29 16:51:07 +02:00

fix(mpv): dont always watch the highest resolution

This commit is contained in:
2021-08-10 23:01:20 +02:00
parent 9d0dc4397c
commit 321eb82116

View File

@@ -8,7 +8,6 @@ in {
programs.mpv = {
enable = true;
config = {
ytdl-format = "bestvideo+bestaudio/best";
osc = "no";
ytdl-raw-options = lib.concatStringsSep "," [ ''sub-lang="de,en"'' "write-sub=" "write-auto-sub=" ];
};