Fix VGMStream tracknumber metadata, which was causing playlist to be lost on shutdown.
This commit is contained in:
parent
bf501d9e12
commit
63eae50486
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue