Fix model
Some checks failed
Lint / lint (push) Failing after 6s
release-tag / release-image (push) Failing after 16s

This commit is contained in:
Logan Cusano
2025-10-23 02:44:13 -04:00
parent 4d3026df63
commit d7b691cba5

View File

@@ -102,7 +102,7 @@ class TerminalConfig(BaseModel):
### ======================================================
# Icecast models
class IcecastConfig:
class IcecastConfig(BaseModel):
icecast_host: str
icecast_port: int
icecast_mountpoint: str