Added trending region to Invidious
This commit is contained in:
parent
f75df62c90
commit
d36bab3ffd
|
@ -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) => {
|
||||||
|
|
Loading…
Reference in New Issue