Skip to content

Commit

Permalink
fix(example, ios): remove Capability.Stop (#1671)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
puckey committed Aug 29, 2022
1 parent f6229d6 commit 49800ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example/src/services/SetupService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export const SetupService = async (): Promise<boolean> => {
Capability.Pause,
Capability.SkipToNext,
Capability.SkipToPrevious,
Capability.Stop,
Capability.SeekTo,
],
compactCapabilities: [
Expand Down

0 comments on commit 49800ab

Please sign in to comment.