calculate start and end

This commit is contained in:
2025-12-10 01:41:08 +01:00
parent a842db2d97
commit 7a3a20cb32
5 changed files with 43 additions and 4 deletions

View File

@@ -11,4 +11,6 @@ class JellyfinMediaItem(BaseModel):
name: str
type: JellyfinMediaType
image_url: str
start: int
end: int
metadata: dict