mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-28 19:56:40 +01:00
Fix add_genre_when_multi_category when genre is empty.
This commit is contained in:
parent
7b9edf9f6f
commit
d6d08345b7
1 changed files with 2 additions and 0 deletions
|
|
@ -765,6 +765,8 @@ class Story(Configurable):
|
|||
doreplacements=doreplacements)]
|
||||
else:
|
||||
retlist = self.getMetadataRaw(listname)
|
||||
if retlist is None:
|
||||
retlist = []
|
||||
|
||||
if retlist:
|
||||
if doreplacements:
|
||||
|
|
|
|||
Loading…
Reference in a new issue