From 3a13503d1d5884dd32941d69ac6464512ad9df5a Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Tue, 13 Aug 2024 16:01:52 +0200 Subject: [PATCH] fix: enable background playback --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index 220d0617..9b47684b 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"] + "UIBackgroundModes": ["audio", "movie-playback", "picture-in-picture"] }, "supportsTablet": true, "bundleIdentifier": "com.fredrikburmester.streamyfin"