Added trending region to Invidious

This commit is contained in:
Luca 2020-10-22 22:59:16 +02:00
parent f75df62c90
commit d36bab3ffd
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ export default Vue.extend({
const trendingPayload = { const trendingPayload = {
resource: 'trending', resource: 'trending',
id: '', id: '',
params: {} params: { region: this.region }
} }
this.$store.dispatch('invidiousAPICall', trendingPayload).then((result) => { this.$store.dispatch('invidiousAPICall', trendingPayload).then((result) => {