mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 19:23:59 +00:00
Mark imported XML documents as such
This commit is contained in:
parent
3129131eeb
commit
0cc5fb11b4
|
@ -75,8 +75,14 @@
|
||||||
}
|
}
|
||||||
return [self readFromFileWrapper:[wrappers objectForKey:@"Song"] withFilter:@"VLMusicXMLType"
|
return [self readFromFileWrapper:[wrappers objectForKey:@"Song"] withFilter:@"VLMusicXMLType"
|
||||||
error:outError];
|
error:outError];
|
||||||
|
} else {
|
||||||
|
if ([self readFromFileWrapper:wrapper withFilter:@"VLMusicXMLType" error:outError]) {
|
||||||
|
[self setFileURL:nil];
|
||||||
|
|
||||||
|
return YES;
|
||||||
} else
|
} else
|
||||||
return [self readFromFileWrapper:wrapper withFilter:@"VLMusicXMLType" error:outError];
|
return NO;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user