From a983c8269e342edb8c85b86ea3600680824339b1 Mon Sep 17 00:00:00 2001 From: pponso1 Date: Sat, 16 Jan 2016 12:37:09 -0600 Subject: [PATCH] iOS. Adding support for Music.app. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I had to comment out this line in the showPauseMenu function: ui_companion_cocoatouch_event_command(NULL, EVENT_CMD_AUDIO_STOP); This may actually be on the only change needed. 😜 --- ui/drivers/ui_cocoatouch.m | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/drivers/ui_cocoatouch.m b/ui/drivers/ui_cocoatouch.m index b6f09c6950..662eb95b78 100644 --- a/ui/drivers/ui_cocoatouch.m +++ b/ui/drivers/ui_cocoatouch.m @@ -400,7 +400,6 @@ enum { NSString *filename = (NSString*)url.path.lastPathComponent; NSError *error = nil; - [self supportOtherAudioSessions]; [[NSFileManager defaultManager] moveItemAtPath:[url path] toPath:[self.documentsDirectory stringByAppendingPathComponent:filename] error:&error];