VGMStream: Correctly report ReplayGain tags from external M3U tags

CQTexperiment
Christopher Snowhill 2021-05-30 14:47:21 -07:00
parent ef6530070e
commit 668475c43a
1 changed files with 4 additions and 0 deletions

View File

@ -130,6 +130,10 @@
[NSNumber numberWithBool:NO], @"floatingPoint",
[NSNumber numberWithInt:channels], @"channels",
[NSNumber numberWithBool:YES], @"seekable",
rgAlbumGain, @"replayGainAlbumGain",
rgAlbumPeak, @"replayGainAlbumPeak",
rgTrackGain, @"replayGainTrackGain",
rgTrackPeak, @"replayGainTrackPeak",
@"host", @"endian",
nil];