mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-01-28 00:39:40 +01:00
Fix:Set user current time when not using HLS.js player (for iOS) #227
This commit is contained in:
parent
6160da475f
commit
4d8c0c55d7
@ -585,6 +585,7 @@ export default {
|
|||||||
if (!Hls.isSupported()) {
|
if (!Hls.isSupported()) {
|
||||||
console.warn('HLS is not supported - fallback to using audio element')
|
console.warn('HLS is not supported - fallback to using audio element')
|
||||||
audio.src = this.src + '?token=' + this.token
|
audio.src = this.src + '?token=' + this.token
|
||||||
|
audio.currentTime = currentTime
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user