Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
43f3f04226
@ -54,7 +54,7 @@ class TheMovieDb(_ModuleBase):
|
|||||||
if not meta:
|
if not meta:
|
||||||
return None
|
return None
|
||||||
cache_info = self.cache.get(meta)
|
cache_info = self.cache.get(meta)
|
||||||
if not cache_info or cache_info.get('id') == 0:
|
if not cache_info:
|
||||||
# 缓存没有或者强制不使用缓存
|
# 缓存没有或者强制不使用缓存
|
||||||
if tmdbid:
|
if tmdbid:
|
||||||
# 直接查询详情
|
# 直接查询详情
|
||||||
|
@ -152,4 +152,4 @@ class WechatModule(_ModuleBase):
|
|||||||
:param userid: 用户ID
|
:param userid: 用户ID
|
||||||
:return: 成功或失败
|
:return: 成功或失败
|
||||||
"""
|
"""
|
||||||
return self.wechat.send_torrents_msg(title=title, torrents=items, userid=userid)
|
return self.wechat.send_torrents_msg(title=title, torrents=items, mediainfo=mediainfo, userid=userid)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user