mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
fix search_imdbid type
This commit is contained in:
@@ -34,6 +34,7 @@ class SubscribeOper(DbOper):
|
|||||||
"backdrop": mediainfo.get_backdrop_image(),
|
"backdrop": mediainfo.get_backdrop_image(),
|
||||||
"vote": mediainfo.vote_average,
|
"vote": mediainfo.vote_average,
|
||||||
"description": mediainfo.overview,
|
"description": mediainfo.overview,
|
||||||
|
"search_imdbid": 1 if kwargs.get('search_imdbid') else 0,
|
||||||
"date": time.strftime("%Y-%m-%d %H:%M:%S", time.localtime())
|
"date": time.strftime("%Y-%m-%d %H:%M:%S", time.localtime())
|
||||||
})
|
})
|
||||||
if not subscribe:
|
if not subscribe:
|
||||||
|
|||||||
Reference in New Issue
Block a user