From 9bb5ccddf08ccde90b23c8ea5e80c996c6b47849 Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Fri, 14 Feb 2025 10:59:11 -0600 Subject: [PATCH] this needs to return something --- player/hooks/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/player/hooks/index.ts b/player/hooks/index.ts index 1ced83ec..e6b11953 100644 --- a/player/hooks/index.ts +++ b/player/hooks/index.ts @@ -27,7 +27,7 @@ export const useSetupPlayer = () => useQuery({ IOSCategoryOptions.AllowBluetooth, ] }) - await TrackPlayer.updateOptions({ + return await TrackPlayer.updateOptions({ progressUpdateEventInterval: 1, capabilities: CAPABILITIES, notificationCapabilities: CAPABILITIES,