UNTESTED: note trailing zeros in /recordings reply

This commit is contained in:
Scott Lamb
2021-10-10 16:13:57 -07:00
parent ecbe86153d
commit ad35a1ca5e
4 changed files with 18 additions and 2 deletions

View File

@@ -493,6 +493,9 @@ pub struct Recording {
#[serde(skip_serializing_if = "Not::not")]
pub growing: bool,
#[serde(skip_serializing_if = "Not::not")]
pub has_trailing_zero: bool,
}
#[derive(Debug, Serialize)]

View File

@@ -765,6 +765,7 @@ impl Service {
video_samples: row.video_samples,
video_sample_entry_id: row.video_sample_entry_id,
growing: row.growing,
has_trailing_zero: row.has_trailing_zero,
});
if !out
.video_sample_entries