mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 16:33:01 -06:00
Remove skip next delay
This commit is contained in:
parent
c0edb472e7
commit
21f6964405
|
|
@ -58,7 +58,7 @@ export class AppRadioControlComponent implements OnDestroy, OnInit {
|
||||||
}
|
}
|
||||||
|
|
||||||
skipNext(): void {
|
skipNext(): void {
|
||||||
this.appRadioService.skip();
|
this.appRadioService.skip(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
toggleLiveFeed(): void {
|
toggleLiveFeed(): void {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue