mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-03 17:54:54 +02:00
Fix:Stream url format issues
This commit is contained in:
parent
74d5174cfc
commit
d2c6f1bab1
4 changed files with 5 additions and 5 deletions
|
@ -14,6 +14,6 @@ export default class AudioTrack {
|
|||
if (process.env.NODE_ENV === 'development') {
|
||||
return `${process.env.serverUrl}${this.contentUrl}`
|
||||
}
|
||||
return `${window.location.origin}/${this.contentUrl}`
|
||||
return `${window.location.origin}${this.contentUrl}`
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue