need to add timelength here too

This commit is contained in:
mbecker20
2023-01-18 09:01:25 +00:00
parent ba7b6db5b0
commit 7842ac5c45
3 changed files with 5 additions and 0 deletions

View File

@@ -201,6 +201,9 @@ pub enum Timelength {
#[serde(rename = "10-sec")]
#[strum(serialize = "10-sec")]
TenSeconds,
#[serde(rename = "15-sec")]
#[strum(serialize = "15-sec")]
FifteenSeconds,
#[serde(rename = "30-sec")]
#[strum(serialize = "30-sec")]
ThirtySeconds,