mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-16 21:16:24 -04:00
New: Readarr 0.1
This commit is contained in:
@@ -60,7 +60,7 @@ namespace NzbDrone.Core.Queue
|
||||
}
|
||||
}
|
||||
|
||||
private Queue MapQueueItem(TrackedDownload trackedDownload, Album album)
|
||||
private Queue MapQueueItem(TrackedDownload trackedDownload, Book album)
|
||||
{
|
||||
bool downloadForced = false;
|
||||
var history = _historyService.Find(trackedDownload.DownloadItem.DownloadId, HistoryEventType.Grabbed).FirstOrDefault();
|
||||
|
||||
Reference in New Issue
Block a user