mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-27 22:56:45 -04:00
@@ -37,12 +37,24 @@ namespace NzbDrone.Core.Organizer
|
||||
}
|
||||
};
|
||||
|
||||
var series = new Series
|
||||
{
|
||||
Title = "Series Title"
|
||||
};
|
||||
|
||||
var seriesLink = new SeriesBookLink
|
||||
{
|
||||
Position = "1",
|
||||
Series = series
|
||||
};
|
||||
|
||||
_standardBook = new Book
|
||||
{
|
||||
Title = "The Book Title",
|
||||
ReleaseDate = System.DateTime.Today,
|
||||
Author = _standardAuthor,
|
||||
AuthorMetadata = _standardAuthor.Metadata.Value
|
||||
AuthorMetadata = _standardAuthor.Metadata.Value,
|
||||
SeriesLinks = new List<SeriesBookLink> { seriesLink }
|
||||
};
|
||||
|
||||
_standardEdition = new Edition
|
||||
|
||||
Reference in New Issue
Block a user