add tvdbid

This commit is contained in:
jxxghp
2023-06-14 10:57:34 +08:00
parent 762c1bec8d
commit b3de41df79
2 changed files with 2 additions and 1 deletions

View File

@ -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)