Merge pull request #1480 from WangEdward/main

This commit is contained in:
jxxghp
2024-02-15 22:02:19 +08:00
committed by GitHub

View File

@ -140,7 +140,8 @@ def subscribe_mediaid(
if not doubanid:
return Subscribe()
result = Subscribe.get_by_doubanid(db, doubanid)
# 豆瓣已订阅如果 id 搜索无结果使用标题搜索
# 会造成同名结果也会被返回
if not result and title:
meta = MetaInfo(title)
if season: