mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
CUERipper: clear CTDB submission result between two rips, so that
the previous result doesn't creep into the next .accurip log.
This commit is contained in:
@@ -85,6 +85,7 @@ namespace CUETools.CTDB
|
|||||||
if (uploadHelper.onProgress != null)
|
if (uploadHelper.onProgress != null)
|
||||||
uploadHelper.onProgress(this, new UploadProgressEventArgs(req.RequestUri.AbsoluteUri, 0));
|
uploadHelper.onProgress(this, new UploadProgressEventArgs(req.RequestUri.AbsoluteUri, 0));
|
||||||
|
|
||||||
|
this.subResult = null;
|
||||||
this.entries = new List<DBEntry>();
|
this.entries = new List<DBEntry>();
|
||||||
this.metadata = new List<CTDBResponseMeta>();
|
this.metadata = new List<CTDBResponseMeta>();
|
||||||
currentReq = req;
|
currentReq = req;
|
||||||
|
|||||||
Reference in New Issue
Block a user