mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2026-03-02 10:41:36 +00:00
General fixes
This commit is contained in:
parent
6180f858a7
commit
9db801c0d5
3 changed files with 9 additions and 3 deletions
|
|
@ -49,6 +49,9 @@ class FormatLoader {
|
|||
if (this.npa) {
|
||||
audio.src = this.npa.url
|
||||
audio.currentTime = lastTime
|
||||
} else {
|
||||
audio.pause()
|
||||
audio.removeAttribute("src")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue