mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-03 01:35:08 +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
|
@ -78,7 +78,7 @@ export default class CastPlayer extends EventEmitter {
|
|||
if (process.env.NODE_ENV === 'development') {
|
||||
this.coverUrl = coverImg
|
||||
} else {
|
||||
this.coverUrl = `${window.location.origin}/${coverImg}`
|
||||
this.coverUrl = `${window.location.origin}${coverImg}`
|
||||
}
|
||||
|
||||
var request = buildCastLoadRequest(this.audiobook, this.coverUrl, this.audioTracks, this.currentTime, playWhenReady, this.defaultPlaybackRate)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue