mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
Use 'var' instead of explicit type
(cherry picked from commit 12374f7f0038e5b25548f5ab3f71122410832393) Closes #2559
This commit is contained in:
@@ -62,7 +62,7 @@ namespace NzbDrone.Core.Queue
|
||||
|
||||
private Queue MapQueueItem(TrackedDownload trackedDownload, Book book)
|
||||
{
|
||||
bool downloadForced = false;
|
||||
var downloadForced = false;
|
||||
var history = _historyService.Find(trackedDownload.DownloadItem.DownloadId, EntityHistoryEventType.Grabbed).FirstOrDefault();
|
||||
if (history != null && history.Data.ContainsKey("downloadForced"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user