A ton of random bugs and polish (#3668)
This commit is contained in:
parent
b45d92ea5c
commit
de651215f5
144 changed files with 852 additions and 848 deletions
|
|
@ -12,7 +12,7 @@ public enum LibraryType
|
|||
/// <summary>
|
||||
/// Uses Comic regex for filename parsing
|
||||
/// </summary>
|
||||
[Description("Comic")]
|
||||
[Description("Comic (Legacy)")]
|
||||
Comic = 1,
|
||||
/// <summary>
|
||||
/// Uses Manga regex for filename parsing also uses epub metadata
|
||||
|
|
@ -30,8 +30,8 @@ public enum LibraryType
|
|||
[Description("Light Novel")]
|
||||
LightNovel = 4,
|
||||
/// <summary>
|
||||
/// Uses Comic regex for filename parsing, uses Comic Vine type of Parsing. Will replace Comic type in future
|
||||
/// Uses Comic regex for filename parsing, uses Comic Vine type of Parsing
|
||||
/// </summary>
|
||||
[Description("Comic (Comic Vine)")]
|
||||
[Description("Comic")]
|
||||
ComicVine = 5,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue