From 4b1eb2218fc378c732dad06df96cf82896342ffb Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Tue, 13 Aug 2024 16:43:50 +0200 Subject: [PATCH] fix: invalid config --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index af6e5d5a..8f1c293a 100644 --- a/app.json +++ b/app.json @@ -19,7 +19,7 @@ "infoPlist": { "NSCameraUsageDescription": "The app needs access to your camera to scan barcodes.", "NSMicrophoneUsageDescription": "The app needs access to your microphone.", - "UIBackgroundModes": ["audio", "movie-playback", "picture-in-picture"] + "UIBackgroundModes": ["audio"] }, "supportsTablet": true, "bundleIdentifier": "com.fredrikburmester.streamyfin"