Remove skip next delay

This commit is contained in:
Chrystian Huot 2019-08-03 20:56:30 -04:00
parent c0edb472e7
commit 21f6964405

View file

@ -58,7 +58,7 @@ export class AppRadioControlComponent implements OnDestroy, OnInit {
}
skipNext(): void {
this.appRadioService.skip();
this.appRadioService.skip(true);
}
toggleLiveFeed(): void {