fix: correct Emby dashboard links

This commit is contained in:
jxxghp
2026-05-28 14:33:50 +08:00
parent cc3e062262
commit 543bee9ad5
4 changed files with 148 additions and 13 deletions
+2
View File
@@ -171,6 +171,8 @@ class MediaServerPlayItem(BaseModel):
媒体服务器可播放项目信息
"""
id: Optional[Union[str, int]] = None
item_id: Optional[Union[str, int]] = None
server_id: Optional[str] = None
title: Optional[str] = None
subtitle: Optional[str] = None
type: Optional[str] = None