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:
parent
3ce5ad9243
commit
a983c8269e
|
@ -400,7 +400,6 @@ enum
|
||||||
{
|
{
|
||||||
NSString *filename = (NSString*)url.path.lastPathComponent;
|
NSString *filename = (NSString*)url.path.lastPathComponent;
|
||||||
NSError *error = nil;
|
NSError *error = nil;
|
||||||
[self supportOtherAudioSessions];
|
|
||||||
|
|
||||||
[[NSFileManager defaultManager] moveItemAtPath:[url path] toPath:[self.documentsDirectory stringByAppendingPathComponent:filename] error:&error];
|
[[NSFileManager defaultManager] moveItemAtPath:[url path] toPath:[self.documentsDirectory stringByAppendingPathComponent:filename] error:&error];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue