Skip to content

Commit ca99adc

Browse files
committed
Newer entries don't use the subfolder for covers
1 parent 48c81af commit ca99adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/scripts/library.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ export function toggleExpandDescription() {
579579

580580
function mangaCover(manga) {
581581
return (manga.customThumbnailUrl || manga.thumbnailUrl || '').replace(
582-
/(?:s.)?exhentai.org\/t/,
582+
/(?:s.)?exhentai.org(?:\/t)?/,
583583
'ehgt.org'
584584
);
585585
}

0 commit comments

Comments
 (0)