mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 13:57:06 -04:00
Fixed: Manual import of unknown series items in Activity: Queue
This commit is contained in:
parent
47d3fe1de5
commit
872a8d983b
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ namespace NzbDrone.Core.MediaFiles.EpisodeImport.Manual
|
|||
|
||||
if (series == null)
|
||||
{
|
||||
series = trackedDownload.RemoteEpisode.Series;
|
||||
series = trackedDownload.RemoteEpisode?.Series;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue