mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-31 04:54:01 +00: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:
@@ -869,7 +869,7 @@ namespace NzbDrone.Core.MetadataSource.Goodreads
|
||||
}
|
||||
}
|
||||
|
||||
return null;
|
||||
return new List<SeriesBookLink>();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user