Files
Auto_Bangumi/backend
HuajunGao d4e50509dd fix(database): add missing search_official_title method to BangumiDatabase
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.
2026-02-28 12:14:50 +11:00
..