From f0b65e1a01bfdde190db96631fb71015d0be7701 Mon Sep 17 00:00:00 2001 From: Brian Teschke <40613611+dragonmaster193@users.noreply.github.com> Date: Tue, 19 Dec 2023 14:24:36 -0800 Subject: [PATCH] Allow Apple Music to play while using dospad --- dospad/Main/AppDelegate.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dospad/Main/AppDelegate.m b/dospad/Main/AppDelegate.m index e2733d85..b5f92a52 100755 --- a/dospad/Main/AppDelegate.m +++ b/dospad/Main/AppDelegate.m @@ -184,7 +184,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:( NSError *setCategoryErr = nil; NSError *activationErr = nil; [[AVAudioSession sharedInstance] - setCategory: AVAudioSessionCategoryPlayback + setCategory: AVAudioSessionCategoryAmbient error: &setCategoryErr]; [[AVAudioSession sharedInstance] setActive: YES