Reset queued episode count
This commit is contained in:
parent
add5a46576
commit
1900c71f15
@ -42,6 +42,7 @@ public class QueueManager
|
|||||||
}
|
}
|
||||||
|
|
||||||
Plugin.Instance!.AnalysisQueue.Clear();
|
Plugin.Instance!.AnalysisQueue.Clear();
|
||||||
|
Plugin.Instance!.TotalQueued = 0;
|
||||||
|
|
||||||
// Get the list of library names which have been selected for analysis, ignoring whitespace and empty entries.
|
// Get the list of library names which have been selected for analysis, ignoring whitespace and empty entries.
|
||||||
var selected = Plugin.Instance!.Configuration.SelectedLibraries
|
var selected = Plugin.Instance!.Configuration.SelectedLibraries
|
||||||
|
Loading…
x
Reference in New Issue
Block a user