Fix minor bug induced by previous commit

This commit is contained in:
Chrystian Huot 2019-08-01 14:52:31 -04:00
parent dbc866b7eb
commit c0edb472e7

View file

@ -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);