diff --git a/templates/auto_pt/torrents.html b/templates/auto_pt/torrents.html
index c3951e1..eb1f6d9 100644
--- a/templates/auto_pt/torrents.html
+++ b/templates/auto_pt/torrents.html
@@ -272,7 +272,7 @@
beforeMount() {
},
mounted() {
- this.get_downloader()
+ this.get_torrent_info_list()
},
// 清除定时器,不然页面会卡死
beforeDestroy() {