diff --git a/app/modules/wechat/wechat.py b/app/modules/wechat/wechat.py index 39a55a64..e5f7152f 100644 --- a/app/modules/wechat/wechat.py +++ b/app/modules/wechat/wechat.py @@ -214,7 +214,7 @@ class WeChat(metaclass=Singleton): torrent_title = f"【{torrent.site_name}】" \ f"{meta.get_season_episode_string()} " \ f"{meta.get_resource_type_string()} " \ - f"{meta.get_volume_factor_string()} " \ + f"{torrent.get_volume_factor_string()} " \ f"{torrent.seeders}↑" articles.append({ "title": torrent_title,