mpv: Make mpv automatic quality setting explicit

This commit is contained in:
Marty Oehme 2023-03-22 11:52:14 +01:00
parent 337b250aba
commit f6a9006c07
Signed by: Marty
GPG Key ID: EDBF2ED917B2EF6A
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ local function adjust()
mp.set_property("profile", lqprofile)
else
mp.msg.info("Not running on battery, setting high-quality options.")
mp.set_property("profile", hqprofile)
end
end
mp.add_hook("on_load", 1, adjust)