mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-03-11 11:55:38 +00:00
Fixed bug where the toggle state was out of sync
This commit is contained in:
@@ -255,6 +255,7 @@ export default {
|
||||
},
|
||||
fetchTorrents(query=undefined){
|
||||
this.listLoaded = false;
|
||||
this.editSearchQuery = false;
|
||||
|
||||
console.log('query: ', query || this.query)
|
||||
searchTorrents(query || this.query, 'all', this.currentPage, storage.token)
|
||||
|
||||
Reference in New Issue
Block a user