Stats Fix & Library Bulk Actions (#3209)
Co-authored-by: Fesaa <77553571+Fesaa@users.noreply.github.com> Co-authored-by: Weblate (bot) <hosted@weblate.org> Co-authored-by: Gregory.Open <gregory.open@proton.me> Co-authored-by: Mateusz <mateuszvx8.96@gmail.com> Co-authored-by: majora2007 <kavitareader@gmail.com> Co-authored-by: 無情天 <kofzhanganguo@126.com>
This commit is contained in:
parent
894b49bb76
commit
857e419e4e
77 changed files with 72523 additions and 30914 deletions
|
@ -8,11 +8,11 @@ public class TopReadDto
|
|||
/// <summary>
|
||||
/// Amount of time read on Comic libraries
|
||||
/// </summary>
|
||||
public long ComicsTime { get; set; }
|
||||
public float ComicsTime { get; set; }
|
||||
/// <summary>
|
||||
/// Amount of time read on
|
||||
/// </summary>
|
||||
public long BooksTime { get; set; }
|
||||
public long MangaTime { get; set; }
|
||||
public float BooksTime { get; set; }
|
||||
public float MangaTime { get; set; }
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue