handle paused state
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user