Uses original cover file name on import.

This commit is contained in:
2022-11-16 11:42:51 +08:00
parent d0d981b790
commit a19057f869
3 changed files with 29 additions and 21 deletions

View File

@@ -108,6 +108,7 @@ namespace Cryville.Crtr.Browsing {
}
public string ruleset { get; set; }
public int note_count { get; set; }
public string cover { get; set; }
}
#pragma warning restore IDE1006
}