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

* Modified both CD rippers in rdlibrary(1) to display a
	'MusicBrainz' button only when the host station has been configured
	to use a browser.
This commit is contained in:
Fred Gleason
2020-02-03 12:05:41 -05:00
parent c3376084b6
commit f4e174f37e
5 changed files with 36 additions and 1 deletions

View File

@@ -97,6 +97,7 @@ class CdRipper : public RDDialog
QCheckBox *rip_apply_box;
QLabel *rip_apply_label;
QPushButton *rip_browser_button;
QLabel *rip_browser_label;
RDTransportButton *rip_eject_button;
RDTransportButton *rip_play_button;
RDTransportButton *rip_stop_button;