From 49800ab81f9dbc34a136632a3c7623666e1ae95d Mon Sep 17 00:00:00 2001 From: Jonathan Puckey Date: Mon, 29 Aug 2022 14:37:24 +0200 Subject: [PATCH] fix(example, ios): remove Capability.Stop (#1671) Capability.Stop was causing a not-functioning stop button to be shown in the iOs lock screen. Removing Capability.Stop causes the pause button to be shown instead. Functioning, because we are listening for Event.RemotePause. --- example/src/services/SetupService.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/example/src/services/SetupService.ts b/example/src/services/SetupService.ts index 3e4b9d47a..ad36177d5 100644 --- a/example/src/services/SetupService.ts +++ b/example/src/services/SetupService.ts @@ -15,7 +15,6 @@ export const SetupService = async (): Promise => { Capability.Pause, Capability.SkipToNext, Capability.SkipToPrevious, - Capability.Stop, Capability.SeekTo, ], compactCapabilities: [