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:
@@ -49,6 +49,8 @@ class RDDiscRecord
|
||||
void setMcn(const QString &mcn);
|
||||
QString discMbId() const;
|
||||
void setDiscMbId(const QString &str);
|
||||
QString discReleaseMbId() const;
|
||||
void setDiscReleaseMbId(const QString &mbid);
|
||||
QString mbSubmissionUrl() const;
|
||||
void setMbSubmissionUrl(const QString &url);
|
||||
QString discTitle() const;
|
||||
@@ -88,6 +90,7 @@ class RDDiscRecord
|
||||
unsigned disc_disc_id;
|
||||
QString disc_mcn;
|
||||
QString disc_disc_mb_id;
|
||||
QString disc_disc_release_mb_id;
|
||||
QString disc_mb_submission_url;
|
||||
unsigned disc_disc_length;
|
||||
QString disc_disc_title;
|
||||
|
||||
Reference in New Issue
Block a user