From d7b691cba5a57a19c6efbf696ed5cd0fcc12a66c Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Thu, 23 Oct 2025 02:44:13 -0400 Subject: [PATCH] Fix model --- app/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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