You can now send emails if you don't use Authentication (#2718)
This commit is contained in:
parent
2d81527bd1
commit
7b7609652c
42 changed files with 414 additions and 350 deletions
|
|
@ -64,7 +64,7 @@ public class WordCountAnalysisTests : AbstractDbTest
|
|||
|
||||
series.Volumes = new List<Volume>()
|
||||
{
|
||||
new VolumeBuilder("0")
|
||||
new VolumeBuilder(API.Services.Tasks.Scanner.Parser.Parser.LooseLeafVolume)
|
||||
.WithChapter(chapter)
|
||||
.Build(),
|
||||
};
|
||||
|
|
@ -111,7 +111,7 @@ public class WordCountAnalysisTests : AbstractDbTest
|
|||
.Build();
|
||||
var series = new SeriesBuilder("Test Series")
|
||||
.WithFormat(MangaFormat.Epub)
|
||||
.WithVolume(new VolumeBuilder("0")
|
||||
.WithVolume(new VolumeBuilder(API.Services.Tasks.Scanner.Parser.Parser.LooseLeafVolume)
|
||||
.WithChapter(chapter)
|
||||
.Build())
|
||||
.Build();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue