mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-03-05 13:20:20 -05:00
Episodes for queue item should not be null
This commit is contained in:
@@ -51,7 +51,7 @@ namespace NzbDrone.Core.Queue
|
||||
}
|
||||
else
|
||||
{
|
||||
yield return MapQueueItem(trackedDownload, null);
|
||||
yield return MapQueueItem(trackedDownload, []);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user