Added trending region to Invidious
This commit is contained in:
parent
f75df62c90
commit
d36bab3ffd
|
@ -103,7 +103,7 @@ export default Vue.extend({
|
|||
const trendingPayload = {
|
||||
resource: 'trending',
|
||||
id: '',
|
||||
params: {}
|
||||
params: { region: this.region }
|
||||
}
|
||||
|
||||
this.$store.dispatch('invidiousAPICall', trendingPayload).then((result) => {
|
||||
|
|
Loading…
Reference in New Issue