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