Missing Migration (#2790)
This commit is contained in:
parent
2b6fd1224f
commit
f443e513d1
11 changed files with 387 additions and 29 deletions
|
@ -15,7 +15,7 @@ public class MangaFileBuilder : IEntityBuilder<MangaFile>
|
|||
{
|
||||
_mangaFile = new MangaFile()
|
||||
{
|
||||
FilePath = filePath,
|
||||
FilePath = Parser.NormalizePath(filePath),
|
||||
Format = format,
|
||||
Pages = pages,
|
||||
LastModified = File.GetLastWriteTime(filePath),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue