ensure inserted disk paths are always standardized

This commit is contained in:
Jesús A. Álvarez 2017-10-01 13:39:18 +02:00
parent c3cc54e1f4
commit 041c986ac4
1 changed files with 1 additions and 1 deletions

View File

@ -1857,7 +1857,7 @@ static dispatch_once_t onceToken;
}
- (BOOL)insertDisk:(NSString *)path {
return Sony_Insert1(path, false);
return Sony_Insert1(path.stringByStandardizingPath, false);
}
- (NSString *)insertDiskNotification {