FIX: corrected incorrect variable reference for story arc options

This commit is contained in:
evilhero 2018-03-08 16:14:36 -05:00
parent 284ddb822c
commit a8c2edf33a
1 changed files with 1 additions and 1 deletions

View File

@ -4775,7 +4775,7 @@ class WebInterface(object):
mylar.CONFIG.READ2FILENAME = bool(int(read2filename))
mylar.CONFIG.STORYARCDIR = bool(int(storyarcdir))
if arc_folderformat is None:
mylar.CONFIG.ARC_FOLDERFORMAT = "$(arc) ($spanyears)"
mylar.CONFIG.ARC_FOLDERFORMAT = "($arc) ($spanyears)"
else:
mylar.CONFIG.ARC_FOLDERFORMAT = arc_folderformat
mylar.CONFIG.COPY2ARCDIR = bool(int(copy2arcdir))