iOS. Adding support for Music.app.

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. 😜
This commit is contained in:
pponso1 2016-01-16 12:37:09 -06:00
parent 3ce5ad9243
commit a983c8269e

View File

@ -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];