From dfa4e1bcb943518d44b7dc88136b5b38c92ac83f Mon Sep 17 00:00:00 2001 From: oskvr37 Date: Mon, 27 Jan 2025 18:04:28 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8F=20add=20missing=20tag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tiddl/models/resource.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiddl/models/resource.py b/tiddl/models/resource.py index 6ed5a68..a84f6a2 100644 --- a/tiddl/models/resource.py +++ b/tiddl/models/resource.py @@ -104,7 +104,7 @@ class Album(BaseModel): picture: Optional[str] = None class MediaMetadata(BaseModel): - tags: List[Literal["LOSSLESS", "HIRES_LOSSLESS"]] + tags: List[Literal["LOSSLESS", "HIRES_LOSSLESS", "DOLBY_ATMOS"]] id: int title: str