Update Search.js

This commit is contained in:
Preston 2020-12-17 11:22:20 -05:00
parent 9eb3b1fc20
commit 78d92375f4
1 changed files with 1 additions and 1 deletions

View File

@ -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) => {