fix(plugin): keep loading OSD visible during startup gate

This commit is contained in:
2026-03-01 23:23:45 -08:00
parent 1ab5d00de0
commit f1b85b0751
3 changed files with 56 additions and 3 deletions

View File

@@ -29,6 +29,7 @@ function M.new()
},
auto_play_ready_gate_armed = false,
auto_play_ready_timeout = nil,
auto_play_ready_osd_timer = nil,
}
end