update rpc from jellyfin

This commit is contained in:
2025-12-09 23:58:16 +01:00
parent 265e646d96
commit d1b9da0b04
6 changed files with 63 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ class JellyfinMediaType(str, Enum):
EPISODE = 'Episode'
class JellyfinMediaItem(BaseModel):
id: str
name: str
type: JellyfinMediaType
image_url: str