mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-03-20 20:07:15 +08:00
BangumiDatabase.search_official_title() was called in notification/manager.py (_get_poster) but never implemented, causing a RenameThread crash: 'BangumiDatabase' object has no attribute 'search_official_title' Add the method as a simple exact-match lookup on Bangumi.official_title, consistent with the existing search_id / search_rss pattern.