Always include scanlator in case multiple scanlators exist

Makes more sense compared to the previous logic - to only show the scanlator in case "skip dupe chapters" setting was disabled and duplicated chapters existed - which was also not properly implemented, to be always able to tell if chapters of different scanlators might be viewed
This commit is contained in:
schroda
2024-05-14 00:25:32 +02:00
parent a65ca228fe
commit 2b2686d323
2 changed files with 1 additions and 5 deletions

View File

@@ -409,7 +409,6 @@ export function Reader() {
scrollToPage={setPageToScrollTo}
openNextChapter={openNextChapter}
retrievingNextChapter={retrievingNextChapter}
hasDuplicatedChapters={settings.skipDupChapters && mangaChapters?.length !== uniqueChapters.length}
/>
),
});