Cleanup code and merge conflict left in PR.
This commit is contained in:
parent
180b49b8ea
commit
87b1a807ea
5 changed files with 1337 additions and 109 deletions
|
|
@ -22,8 +22,8 @@ public class MangaFile : IEntityDate
|
|||
public required string FilePath { get; set; }
|
||||
/// <summary>
|
||||
/// A hash of the document using Koreader's unique hashing algorithm
|
||||
/// <remark> KoreaderHash is only available for epub types </remark>
|
||||
/// </summary>
|
||||
/// <remark> KoreaderHash is only available for epub types </remark>
|
||||
public string? KoreaderHash { get; set; }
|
||||
/// <summary>
|
||||
/// Number of pages for the given file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue