mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 16:33:01 -06:00
Quicker resume after unpause
This commit is contained in:
parent
6e9db764cb
commit
7dac57810f
|
|
@ -186,7 +186,7 @@ export class AppRadioService implements OnDestroy {
|
||||||
this._audio.play();
|
this._audio.play();
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
this.skip();
|
this.skip(true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue