record-daemon: fix obs recording

This commit is contained in:
2026-03-20 20:34:44 +01:00
parent dbb224e118
commit 1166424c29
12 changed files with 3717 additions and 515 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ fn event_type_name(event: &GameEvent) -> String {
#[cfg(test)]
mod tests {
use super::*;
use crate::lqp::{KillEvent, ObjectiveEvent, ObjectiveType};
use crate::lqp::KillEvent;
#[test]
fn test_timeline_creation() {