fix(mpv): avoid crash notification on video close

This commit is contained in:
2026-04-25 19:45:02 -07:00
parent 7a08382c23
commit a05a698774
5 changed files with 75 additions and 8 deletions

View File

@@ -186,6 +186,8 @@ function M.create(ctx)
end
if action == "start" then
table.insert(args, "--background")
local backend = resolve_backend(overrides.backend)
if backend and backend ~= "" then
table.insert(args, "--backend")