mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Fixed compile warnings.
This commit is contained in:
committed by
Mark McDowall
parent
6c8c87d2e2
commit
d64c4445b8
@@ -194,7 +194,7 @@ namespace NzbDrone.Core.Download
|
||||
_historyService.UpdateHistoryData(matchingHistoryItems.First().Id, newHistoryData);
|
||||
}
|
||||
}
|
||||
catch (NotSupportedException ex)
|
||||
catch (NotSupportedException)
|
||||
{
|
||||
UpdateStatusMessage(trackedDownload, LogLevel.Debug, "Retrying failed downloads is not supported by your download client.");
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user