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:
@@ -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=" ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user