mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
fix tmdbinfo images
This commit is contained in:
@@ -98,8 +98,8 @@ class ProgressKey(Enum):
|
||||
|
||||
# 媒体图片类型
|
||||
class MediaImageType(Enum):
|
||||
Poster = "poster"
|
||||
Backdrop = "backdrop"
|
||||
Poster = "poster_path"
|
||||
Backdrop = "backdrop_path"
|
||||
|
||||
|
||||
# 消息类型
|
||||
|
||||
Reference in New Issue
Block a user