Refactored ScanLibrary to produce page numbers on the Manga File, Format and to update existing series/volumes rather than always create new entries.
This commit is contained in:
parent
6b4617bab3
commit
59a4921ba9
12 changed files with 709 additions and 38 deletions
|
@ -1,7 +1,14 @@
|
|||
namespace API.Entities
|
||||
using System.ComponentModel;
|
||||
|
||||
namespace API.Entities
|
||||
{
|
||||
public enum MangaFormat
|
||||
{
|
||||
|
||||
[Description("Image")]
|
||||
Image = 0,
|
||||
[Description("Archive")]
|
||||
Archive = 1,
|
||||
[Description("Unknown")]
|
||||
Unknown = 2
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue