mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-01-04 07:03:44 +01:00
Fix for Anthology bug when no story has a series.
This commit is contained in:
parent
c27fd27f5b
commit
d4d3226803
1 changed files with 1 additions and 0 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue