CTDB2.0: coverart search

This commit is contained in:
chudov
2012-01-17 08:04:16 +00:00
parent c74afdd8f4
commit bc3c8a1074
20 changed files with 1178 additions and 404 deletions

View File

@@ -61,6 +61,7 @@ namespace CUETools.CTDB.EACPlugin
{
this.progressBar1.Style = e.ProgressPercentage != 0 ? ProgressBarStyle.Continuous : ProgressBarStyle.Marquee;
this.progressBar1.Value = Math.Max(0, Math.Min(100, e.ProgressPercentage));
this.labelStatus.Text = e.UserState is string ? e.UserState as string : string.Empty;
}
private void FormSubmitParity_FormClosing(object sender, FormClosingEventArgs e)