mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-07-09 06:22:29 +08:00
add tvdbid
This commit is contained in:
@@ -24,6 +24,7 @@ class Subscribes:
|
||||
year=mediainfo.year,
|
||||
type=mediainfo.type.value,
|
||||
tmdbid=mediainfo.tmdb_id,
|
||||
tvdbid=mediainfo.tvdb_id,
|
||||
image=mediainfo.get_poster_image(),
|
||||
description=mediainfo.overview,
|
||||
**kwargs)
|
||||
|
||||
Reference in New Issue
Block a user