Fixed: ArgumentNullException importing against a newly added edition with no series links

- Fixes Sentry READARR-2CY

(cherry picked from commit 4eebd4f2050ca646869b657bb365e11b1eea4d0c)
This commit is contained in:
ta264 2021-08-03 21:48:49 +01:00
parent 4712fedb0e
commit 9249f0ca5d

View file

@ -869,7 +869,7 @@ private static List<SeriesBookLink> MapSearchSeries(string title, string titleWi
}
}
return null;
return new List<SeriesBookLink>();
}
}
}