Fix VGMStream tracknumber metadata, which was causing playlist to be lost on shutdown.
parent
bf501d9e12
commit
63eae50486
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
return [NSDictionary dictionaryWithObjectsAndKeys:
|
return [NSDictionary dictionaryWithObjectsAndKeys:
|
||||||
title, @"title",
|
title, @"title",
|
||||||
track_num, @"track",
|
[NSNumber numberWithInt:track_num], @"track",
|
||||||
nil];
|
nil];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue