mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 21:49:19 +02:00
Merge branch 'master' into develop
This commit is contained in:
commit
15dfca1c55
4 changed files with 4 additions and 1 deletions
|
@ -436,6 +436,7 @@ export default {
|
|||
param = "token"
|
||||
value = this.$store.state.auth.scopedTokens.listen
|
||||
}
|
||||
console.log('HELLO', param, value, this.$store.state.auth.scopedTokens)
|
||||
sources.forEach(e => {
|
||||
e.url = url.updateQueryString(e.url, param, value)
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue