mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-14 11:23:42 +02:00
Fixed: Manual import of unknown series items in Activity: Queue
This commit is contained in:
parent
47d3fe1de5
commit
872a8d983b
@ -110,7 +110,7 @@ private List<ManualImportItem> ProcessFolder(string rootFolder, string baseFolde
|
||||
|
||||
if (series == null)
|
||||
{
|
||||
series = trackedDownload.RemoteEpisode.Series;
|
||||
series = trackedDownload.RemoteEpisode?.Series;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user