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
|
|
@ -129,7 +129,7 @@ public class Chapter : IEntityDate, IHasReadTimeEstimate
|
|||
IsSpecial = info.IsSpecialInfo();
|
||||
if (IsSpecial)
|
||||
{
|
||||
Number = "0";
|
||||
Number = Parser.DefaultChapter;
|
||||
}
|
||||
Title = (IsSpecial && info.Format == MangaFormat.Epub)
|
||||
? info.Title
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue