mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-15 23:21:14 +02:00
2022-09-23 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in the Disc Ripper in rdlibrary(1) that caused manual changes to track metadata to be incorrectly applied. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -261,13 +261,13 @@ void RDWaveDataDialog::okData()
|
||||
wave_data->setConductor(wave_conductor_edit->text());
|
||||
wave_data->setUserDefined(wave_userdef_edit->text());
|
||||
|
||||
done(0);
|
||||
done(true);
|
||||
}
|
||||
|
||||
|
||||
void RDWaveDataDialog::cancelData()
|
||||
{
|
||||
done(-1);
|
||||
done(false);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user