Movie popup should clear torrent count on mount

This commit is contained in:
2022-03-07 00:16:12 +01:00
parent 728e3a5406
commit 5cacbec11a

View File

@@ -334,6 +334,7 @@ export default {
}
},
created() {
store.dispatch("torrentModule/setResultCount", 0);
this.prevDocumentTitle = store.getters["documentTitle/title"];
this.fetchByType();
},