mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 16:33:01 -06:00
Fix audio freeze issue
This commit is contained in:
parent
cd65e0c9d5
commit
a11abcebb8
|
|
@ -372,6 +372,7 @@ export class AppRadioService implements OnDestroy {
|
|||
this._audio.onplay = () => startHandler();
|
||||
|
||||
this._audio.onstalled = () => this._audio.play();
|
||||
this._audio.onsuspend = () => this._audio.play();
|
||||
|
||||
this._audio.ontimeupdate = () => progressHandler();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue