Fix VGMStream tracknumber metadata, which was causing playlist to be lost on shutdown.

CQTexperiment
Christopher Snowhill 2017-09-17 20:04:05 -07:00
parent bf501d9e12
commit 63eae50486
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
return [NSDictionary dictionaryWithObjectsAndKeys:
title, @"title",
track_num, @"track",
[NSNumber numberWithInt:track_num], @"track",
nil];
}