|
@@ -202,7 +202,7 @@ NSString* status = [NSString stringWithFormat:@"{\"current_position\": \"%@\"}",
|
|
|
|
|
|
audioFileURL = [NSURL fileURLWithPath:[GetDirectoryOfType_FlutterSound(NSCachesDirectory) stringByAppendingString:@"sound.aac"]];
|
|
audioFileURL = [NSURL fileURLWithPath:[GetDirectoryOfType_FlutterSound(NSCachesDirectory) stringByAppendingString:@"sound.aac"]];
|
|
} else {
|
|
} else {
|
|
- audioFileURL = [NSURL fileURLWithPath: [GetDirectoryOfType_FlutterSound(NSCachesDirectory) stringByAppendingString:path]];
|
|
+ audioFileURL = [NSURL fileURLWithPath:path];
|
|
}
|
|
}
|
|
|
|
|
|
NSMutableDictionary *audioSettings = [NSMutableDictionary dictionaryWithObjectsAndKeys:
|
|
NSMutableDictionary *audioSettings = [NSMutableDictionary dictionaryWithObjectsAndKeys:
|