1
0
Fork 0
mirror of https://github.com/VueTorrent/VueTorrent.git synced 2025-05-02 21:34:42 +03:00
This commit is contained in:
Daan Wijns 2021-01-27 13:24:23 +01:00 committed by GitHub
parent 8a8b7e9d62
commit c4329ce2b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 6331 additions and 782 deletions
src/components/Modals/SearchModal

View file

@ -129,6 +129,9 @@ export default {
return this.getSearchPlugins().filter(p => p.enabled)
}
},
created() {
this.$store.commit('FETCH_SEARCH_PLUGINS')
},
methods: {
async startSearch() {
if (this.searchForm.pattern.length && !this.search.interval) {