(Kavita+) External Series Detail (#2309)
This commit is contained in:
parent
bd62e00ec5
commit
6067c9233c
32 changed files with 2354 additions and 726 deletions
|
|
@ -550,8 +550,12 @@ public class BookService : IBookService
|
|||
}
|
||||
}
|
||||
|
||||
// Check if there is a SortTitle
|
||||
|
||||
// If this is a single book and not a collection, set publication status to Completed
|
||||
if (string.IsNullOrEmpty(info.Volume) && Parser.ParseVolume(filePath).Equals(Parser.DefaultVolume))
|
||||
{
|
||||
info.Number = "1";
|
||||
info.Count = 1;
|
||||
}
|
||||
|
||||
// Include regular Writer as well, for cases where there is no special tag
|
||||
info.Writer = string.Join(",",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue