fix 首页继续观看、最近添加排除黑名单媒体库
This commit is contained in:
@ -1002,6 +1002,7 @@ class Emby(metaclass=Singleton):
|
||||
ret_resume.append(schemas.MediaServerPlayItem(
|
||||
id=item.get("Id"),
|
||||
title=title,
|
||||
year=item.get("ProductionYear"),
|
||||
subtitle=subtitle,
|
||||
type=item_type,
|
||||
image=image,
|
||||
|
@ -679,6 +679,7 @@ class Jellyfin(metaclass=Singleton):
|
||||
ret_resume.append(schemas.MediaServerPlayItem(
|
||||
id=item.get("Id"),
|
||||
title=title,
|
||||
year=item.get("ProductionYear"),
|
||||
subtitle=subtitle,
|
||||
type=item_type,
|
||||
image=image,
|
||||
|
@ -626,6 +626,7 @@ class Plex(metaclass=Singleton):
|
||||
ret_resume.append(schemas.MediaServerPlayItem(
|
||||
id=item.key,
|
||||
title=title,
|
||||
year=item.year,
|
||||
subtitle=subtitle,
|
||||
type=item_type,
|
||||
image=image,
|
||||
|
Reference in New Issue
Block a user