Replace Sort by ID with Date Added (#253)

This commit is contained in:
akabhirav
2023-03-04 22:21:39 +05:30
committed by GitHub
parent a67370be62
commit e32078917d
7 changed files with 18 additions and 6 deletions

View File

@@ -72,6 +72,7 @@ export default function Reader() {
title: '',
thumbnailUrl: '',
genre: [],
inLibraryAt: 0,
});
const [chapter, setChapter] = useState<IChapter | IPartialChapter>(initialChapter());
const [curPage, setCurPage] = useState<number>(0);