mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2024-12-15 22:20:19 +01:00
Update Search.js
This commit is contained in:
parent
9eb3b1fc20
commit
78d92375f4
@ -113,7 +113,7 @@ export default Vue.extend({
|
||||
performSearchLocal: function (payload) {
|
||||
if (!payload.nextPage) {
|
||||
this.isLoading = true
|
||||
// payload.options.pages = 1
|
||||
payload.options.pages = 1
|
||||
}
|
||||
|
||||
this.$store.dispatch('ytSearch', payload).then((result) => {
|
||||
|
Loading…
Reference in New Issue
Block a user