Replace Sort by ID with Date Added (#253)
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -204,6 +204,7 @@ export default function SourceMangas(props: { popular: boolean }) {
|
||||
id: it.id,
|
||||
inLibrary: it.inLibrary,
|
||||
genre: it.genre,
|
||||
inLibraryAt: it.inLibraryAt,
|
||||
})),
|
||||
]);
|
||||
setHasNextPage(data.hasNextPage);
|
||||
|
||||
Reference in New Issue
Block a user