mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
Fixed: Update IMDB ID from trakt when series is refreshed
This commit is contained in:
@@ -14,12 +14,10 @@ namespace NzbDrone.Core.Queue
|
||||
public class QueueService : IQueueService
|
||||
{
|
||||
private readonly IDownloadTrackingService _downloadTrackingService;
|
||||
private readonly Logger _logger;
|
||||
|
||||
public QueueService(IDownloadTrackingService downloadTrackingService, Logger logger)
|
||||
public QueueService(IDownloadTrackingService downloadTrackingService)
|
||||
{
|
||||
_downloadTrackingService = downloadTrackingService;
|
||||
_logger = logger;
|
||||
}
|
||||
|
||||
public List<Queue> GetQueue()
|
||||
|
||||
Reference in New Issue
Block a user