mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 08:33:00 -06:00
Fix minor bug induced by previous commit
This commit is contained in:
parent
dbc866b7eb
commit
c0edb472e7
|
|
@ -349,6 +349,7 @@ export class AppRadioService implements OnDestroy {
|
|||
const stopHandler = () => {
|
||||
if (this._call.current && playing && !this._paused) {
|
||||
playing = false;
|
||||
progress = 0;
|
||||
|
||||
if (watchdog) {
|
||||
clearTimeout(watchdog);
|
||||
|
|
|
|||
Loading…
Reference in a new issue