handle paused state

This commit is contained in:
2025-12-10 03:32:10 +01:00
parent 4d76ef02d9
commit d0fcb3e57c
4 changed files with 9 additions and 4 deletions

View File

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