mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
CTDB metadata support
This commit is contained in:
@@ -902,7 +902,7 @@ namespace JDP {
|
||||
{
|
||||
frmChoice dlg = new frmChoice();
|
||||
dlg.CUE = cueSheet;
|
||||
dlg.LookupAlbumInfo(checkBoxUseFreeDb.Checked, checkBoxUseMusicBrainz.Checked, false, _profile._config.advanced.CacheMetadata, true);
|
||||
dlg.LookupAlbumInfo(checkBoxUseFreeDb.Checked, false, checkBoxUseMusicBrainz.Checked, _profile._config.advanced.CacheMetadata, true);
|
||||
dlgRes = dlg.ShowDialog(this);
|
||||
if (dlgRes == DialogResult.Cancel)
|
||||
{
|
||||
@@ -2128,7 +2128,7 @@ namespace JDP {
|
||||
CueSheet.UseLocalDB(_localDB);
|
||||
frmChoice dlg = new frmChoice();
|
||||
dlg.CUE = CueSheet;
|
||||
dlg.LookupAlbumInfo(true, true, true, true, node is FileSystemTreeNodeLocalDBEntry);
|
||||
dlg.LookupAlbumInfo(true, false, true, true, node is FileSystemTreeNodeLocalDBEntry);
|
||||
var dlgRes = dlg.ShowDialog(this);
|
||||
if (dlgRes == DialogResult.OK && dlg.ChosenRelease != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user