mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
CTDB2.0: coverart search
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user