mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-13 08:05:55 +01:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user