mirror of
https://github.com/Readarr/Readarr
synced 2025-12-27 18:54:54 +01:00
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:
parent
4712fedb0e
commit
9249f0ca5d
1 changed files with 1 additions and 1 deletions
|
|
@ -869,7 +869,7 @@ private static List<SeriesBookLink> MapSearchSeries(string title, string titleWi
|
|||
}
|
||||
}
|
||||
|
||||
return null;
|
||||
return new List<SeriesBookLink>();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue