Fix model
This commit is contained in:
@@ -102,7 +102,7 @@ class TerminalConfig(BaseModel):
|
|||||||
|
|
||||||
### ======================================================
|
### ======================================================
|
||||||
# Icecast models
|
# Icecast models
|
||||||
class IcecastConfig:
|
class IcecastConfig(BaseModel):
|
||||||
icecast_host: str
|
icecast_host: str
|
||||||
icecast_port: int
|
icecast_port: int
|
||||||
icecast_mountpoint: str
|
icecast_mountpoint: str
|
||||||
|
|||||||
Reference in New Issue
Block a user