mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-24 04:44:57 +02:00
Fix:Set user current time when not using HLS.js player (for iOS) #227
This commit is contained in:
parent
6160da475f
commit
4d8c0c55d7
1 changed files with 1 additions and 0 deletions
|
@ -585,6 +585,7 @@ export default {
|
|||
if (!Hls.isSupported()) {
|
||||
console.warn('HLS is not supported - fallback to using audio element')
|
||||
audio.src = this.src + '?token=' + this.token
|
||||
audio.currentTime = currentTime
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue