mirror of
https://github.com/d0zingcat/MoviePilot-Plugins.git
synced 2026-05-13 15:09:12 +00:00
fix 豆瓣想看订阅通知未能成功携带豆瓣昵称问题
This commit is contained in:
@@ -545,7 +545,7 @@ class DoubanSync(_PluginBase):
|
||||
title = result.get("title", "")[2:]
|
||||
# 增加豆瓣昵称,数据来源自app.helper.rss.py
|
||||
nickname = result.get("nickname","")
|
||||
if nickname=="":
|
||||
if nickname:
|
||||
nickname = f"[{nickname}]"
|
||||
if dtype not in ["想看"]:
|
||||
logger.info(f'标题:{title},非想看数据,跳过')
|
||||
|
||||
Reference in New Issue
Block a user