2020-02-02 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in the full disc ripper in rdlibrary(1)that caused it
	to fail to save MBIDs to the database after a successful rip.
	* Fixed a bug in the disc track ripper in rdlibrary(1)that caused it
	to fail to save MBIDs to the database after a successful rip.
This commit is contained in:
Fred Gleason
2020-02-01 12:40:13 -05:00
parent 1e207e7e0a
commit 32a3e34c6e
8 changed files with 56 additions and 6 deletions

View File

@@ -565,6 +565,8 @@ void AudioCart::ripCutData()
rdcart_controls->album_edit->setText(album);
RDCut *cut=new RDCut(cutname);
cut->setIsrc(rec->isrc(track));
cut->setTrackMbId(rec->trackMbId(track));
cut->setReleaseMbId(rec->discReleaseMbId());
delete cut;
}
if(cut_clipboard==NULL) {