mirror of
https://github.com/kmein/niveum
synced 2026-03-21 04:11:07 +01:00
fix(mpv): dont always watch the highest resolution
This commit is contained in:
@@ -8,7 +8,6 @@ in {
|
|||||||
programs.mpv = {
|
programs.mpv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = {
|
config = {
|
||||||
ytdl-format = "bestvideo+bestaudio/best";
|
|
||||||
osc = "no";
|
osc = "no";
|
||||||
ytdl-raw-options = lib.concatStringsSep "," [ ''sub-lang="de,en"'' "write-sub=" "write-auto-sub=" ];
|
ytdl-raw-options = lib.concatStringsSep "," [ ''sub-lang="de,en"'' "write-sub=" "write-auto-sub=" ];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user