From eaeeda6911ad122f59143667daa8757fa1d05085 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Wed, 12 Jul 2023 10:26:15 -0500 Subject: [PATCH] Allow mark_new_chapters when 1 chapter in case it changes. --- fanficfare/story.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fanficfare/story.py b/fanficfare/story.py index c6b483d9..ef6dacb2 100644 --- a/fanficfare/story.py +++ b/fanficfare/story.py @@ -1382,7 +1382,7 @@ class Story(Requestable): addnums = len(self.chapters) > 1 and ( self.getConfig('add_chapter_numbers') == "true" or (self.getConfig('add_chapter_numbers') == "toconly" and fortoc) ) - marknew = len(self.chapters) > 1 and self.getConfig('mark_new_chapters') # true or latestonly + marknew = self.getConfig('mark_new_chapters') # true or latestonly defpattern = self.getConfig('chapter_title_def_pattern','${title}') # default val in case of missing defaults.ini if addnums and marknew: