mirror of
https://github.com/kmein/niveum
synced 2026-03-16 18:21:07 +01:00
fix(mpv): only watch best quality
This commit is contained in:
@@ -8,7 +8,7 @@ in {
|
||||
enable = true;
|
||||
config = {
|
||||
force-window = "yes";
|
||||
ytdl-format = "bestvideo[height<=?720][fps<=?30][vcodec!=?vp9]+bestaudio/best";
|
||||
ytdl-format = "bestvideo+bestaudio/best";
|
||||
};
|
||||
bindings = {
|
||||
"Alt+RIGHT" = "add video-rotate 90";
|
||||
|
||||
Reference in New Issue
Block a user