mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
null EmbeddedDocuments are now stored as DBNull instead of json null.
This commit is contained in:
@@ -36,6 +36,7 @@ namespace NzbDrone.Core.Test.Datastore
|
||||
var episodeFiles = Builder<EpisodeFile>.CreateListOfSize(1)
|
||||
.All()
|
||||
.With(v => v.SeriesId = series[0].Id)
|
||||
.With(v => v.Quality = new QualityModel())
|
||||
.BuildListOfNew();
|
||||
|
||||
Db.InsertMany(episodeFiles);
|
||||
|
||||
Reference in New Issue
Block a user