mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-05-02 21:34:42 +03:00
0.5.4 (#119)
This commit is contained in:
parent
8a8b7e9d62
commit
c4329ce2b9
30 changed files with 6331 additions and 782 deletions
src/components/Modals/SearchModal
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue