Audio Player: Fix so ReplayGain isn't reset on seek

CQTexperiment
Christopher Snowhill 2021-12-28 21:05:25 -08:00
parent 841481599e
commit dfe92ffedc
1 changed files with 0 additions and 1 deletions

View File

@ -656,7 +656,6 @@ static float db_to_scale(float db)
{
usleep(500);
}
rgInfo = nil;
if (converterFloat)
{
AudioConverterDispose(converterFloat);