[CUE Sheet Container] Allow other containers

Allow .mp3 and such to fall back to the FFmpeg container handler, in
case there are chapters in a renamed file.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
main
Christopher Snowhill 2022-08-03 21:20:42 -07:00
parent 4d1d799f98
commit 4480eeefbe
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
cuesheet = [CueSheet cueSheetWithFile:[url path]];
if(!cuesheet)
return embedded ? [NSMutableArray arrayWithObject:url] : tracks;
return tracks;
for(CueSheetTrack *track in [cuesheet tracks]) {
[tracks addObject:[NSURL URLWithString:[[url absoluteString] stringByAppendingFormat:@"#%@", [track track]]]];