diff --git a/app/models.py b/app/models.py index 88c0701..1f02958 100644 --- a/app/models.py +++ b/app/models.py @@ -102,7 +102,7 @@ class TerminalConfig(BaseModel): ### ====================================================== # Icecast models -class IcecastConfig: +class IcecastConfig(BaseModel): icecast_host: str icecast_port: int icecast_mountpoint: str