diff --git a/mediahive/config.py b/mediahive/config.py index 2ac8cbd..c74f98d 100644 --- a/mediahive/config.py +++ b/mediahive/config.py @@ -14,7 +14,7 @@ import msgspec import msgspec.toml -class Config(msgspec.Struct): +class Config(msgspec.Struct, omit_defaults=True): media_folder: str | None = None roots: dict[str, str] | None = None