mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 04:19:24 +02:00
See #327: Cleaned now unused backend.absoluteUrl and config module
This commit is contained in:
parent
f3e2193782
commit
2e3a2cd6dd
20 changed files with 24 additions and 61 deletions
|
@ -49,7 +49,7 @@ export default {
|
|||
return []
|
||||
}
|
||||
let sources = [
|
||||
{type: file.mimetype, url: file.path}
|
||||
{type: file.mimetype, url: this.$store.getters['instance/absoluteUrl'](file.path)}
|
||||
]
|
||||
if (this.$store.state.auth.authenticated) {
|
||||
// we need to send the token directly in url
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue