mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 13:07:44 +03:00
Fix mismatched names
This commit is contained in:
parent
8fe8322d3c
commit
da2e086e7c
@ -487,7 +487,7 @@ ui:
|
||||
# Optional: Use an experimental recordings / camera view UI (default: shown below)
|
||||
experimental_ui: False
|
||||
# Optional: Set the time format used.
|
||||
# Options are browser, hours12, or hours24 (default: shown below)
|
||||
# Options are browser, 12hour, or 24hour (default: shown below)
|
||||
time_format: browser
|
||||
# Optional: Set the date style for a specified length.
|
||||
# Options are: full, long, medium, sort
|
||||
|
||||
@ -68,8 +68,8 @@ class LiveModeEnum(str, Enum):
|
||||
|
||||
class TimeFormatEnum(str, Enum):
|
||||
browser = "browser"
|
||||
hours12 = "hours12"
|
||||
hours24 = "hours24"
|
||||
hours12 = "12hour"
|
||||
hours24 = "24hour"
|
||||
|
||||
|
||||
class DateTimeStyleEnum(str, Enum):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user