mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
CTDB EAC Plugin: timeouts
This commit is contained in:
@@ -382,7 +382,7 @@ namespace CUERipper
|
||||
cueSheet.Artist,
|
||||
cueSheet.Title);
|
||||
bool canFix = false;
|
||||
if (cueSheet.CTDB.AccResult == HttpStatusCode.OK && audioSource.ErrorsCount != 0)
|
||||
if (cueSheet.CTDB.QueryExceptionStatus == WebExceptionStatus.Success && audioSource.ErrorsCount != 0)
|
||||
{
|
||||
foreach (DBEntry entry in cueSheet.CTDB.Entries)
|
||||
if (entry.hasErrors && entry.canRecover)
|
||||
|
||||
Reference in New Issue
Block a user