mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 16:33:01 -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 = () => {
|
const stopHandler = () => {
|
||||||
if (this._call.current && playing && !this._paused) {
|
if (this._call.current && playing && !this._paused) {
|
||||||
playing = false;
|
playing = false;
|
||||||
|
progress = 0;
|
||||||
|
|
||||||
if (watchdog) {
|
if (watchdog) {
|
||||||
clearTimeout(watchdog);
|
clearTimeout(watchdog);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue