mirror of
https://github.com/wassname/FanFicFare.git
synced 2026-09-13 12:11:20 +08:00
Fix add_genre_when_multi_category when genre is empty.
This commit is contained in:
@@ -765,6 +765,8 @@ class Story(Configurable):
|
||||
doreplacements=doreplacements)]
|
||||
else:
|
||||
retlist = self.getMetadataRaw(listname)
|
||||
if retlist is None:
|
||||
retlist = []
|
||||
|
||||
if retlist:
|
||||
if doreplacements:
|
||||
|
||||
Reference in New Issue
Block a user