From 0014ba7d866fb0551a58ed8de2ba6a6858f4c6ab Mon Sep 17 00:00:00 2001 From: celogeek <65178+celogeek@users.noreply.github.com> Date: Sat, 22 Apr 2023 19:13:50 +0200 Subject: [PATCH] put title alone on the left always --- internal/epub/epub_content.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/epub/epub_content.go b/internal/epub/epub_content.go index 3c95291..0afb09d 100644 --- a/internal/epub/epub_content.go +++ b/internal/epub/epub_content.go @@ -95,7 +95,7 @@ func (e *ePub) getManifest(title string, part *epubPart, currentPart, totalPart } func (e *ePub) getSpine(title string, part *epubPart, currentPart, totalPart int) []Tag { - isOnTheRight := !e.Manga + isOnTheRight := true getSpread := func(doublePageNoBlank bool) string { isOnTheRight = !isOnTheRight if doublePageNoBlank {