mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Version bump to 2.1.6
This commit is contained in:
@@ -46,7 +46,7 @@ namespace MetadataPlugIn
|
||||
TOC[1][0].Start = 0U;
|
||||
|
||||
var ctdb = new CUEToolsDB(TOC, null);
|
||||
var form = new CUETools.CTDB.EACPlugin.FormMetadata(ctdb, "EAC" + data.HostVersion + " CTDB 2.1.5", cdinfo, cover);
|
||||
var form = new CUETools.CTDB.EACPlugin.FormMetadata(ctdb, "EAC" + data.HostVersion + " CTDB 2.1.6", cdinfo, cover);
|
||||
form.ShowDialog();
|
||||
var meta = form.Meta;
|
||||
if (meta == null)
|
||||
@@ -182,7 +182,7 @@ namespace MetadataPlugIn
|
||||
|
||||
public string GetPluginName()
|
||||
{
|
||||
return "CUETools DB Metadata Plugin V2.1.5";
|
||||
return "CUETools DB Metadata Plugin V2.1.6";
|
||||
}
|
||||
|
||||
public void ShowOptions()
|
||||
|
||||
Reference in New Issue
Block a user