mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-11-20 01:50:24 -05:00
@@ -470,6 +470,7 @@ pub struct Recording {
|
||||
pub video_sample_entry_id: i32,
|
||||
pub start_id: i32,
|
||||
pub open_id: u32,
|
||||
pub run_start_id: i32,
|
||||
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
pub first_uncommitted: Option<i32>,
|
||||
|
||||
@@ -496,6 +496,7 @@ impl Service {
|
||||
} else {
|
||||
Some(end)
|
||||
},
|
||||
run_start_id: row.run_start_id,
|
||||
start_time_90k: row.time.start.0,
|
||||
end_time_90k: row.time.end.0,
|
||||
sample_file_bytes: row.sample_file_bytes,
|
||||
|
||||
Reference in New Issue
Block a user