Fix for Anthology bug when no story has a series.

This commit is contained in:
Jim Miller 2020-08-30 17:04:45 -05:00
parent c27fd27f5b
commit d4d3226803

View file

@ -2700,6 +2700,7 @@ class FanFicFarePlugin(InterfaceAction):
book['title'] = deftitle = book_list[0]['title']
# book['all_metadata']['description']
series = None
logger.debug("serieslists:%s"%serieslists)
# if all same series, use series for name. But only if all and not previous named
if len(serieslist) == len(book_list):