mirror of
https://github.com/moku-project/Moku.git
synced 2026-06-13 09:19:56 -05:00
Feat: Added Filtering System in Library (Request: #13)
This commit is contained in:
@@ -17,6 +17,7 @@ export interface Manga {
|
||||
inLibrary: boolean;
|
||||
downloadCount?: number;
|
||||
unreadCount?: number;
|
||||
chapterCount?: number;
|
||||
description?: string | null;
|
||||
status?: string | null;
|
||||
author?: string | null;
|
||||
|
||||
Reference in New Issue
Block a user