mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-21 00:06:41 +01:00
Fix for calibre series w/injectseries always being applied when doing BG metadata.
This commit is contained in:
parent
314baf038f
commit
c21ad04a9c
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ def do_download_for_worker(book,options,merge,notification=lambda x,y:x):
|
|||
adapter.set_pagecache(options['pagecache'])
|
||||
|
||||
story = adapter.getStoryMetadataOnly()
|
||||
if 'calibre_series' in book:
|
||||
if not story.getMetadata("series") and 'calibre_series' in book:
|
||||
adapter.setSeries(book['calibre_series'][0],book['calibre_series'][1])
|
||||
|
||||
# set PI version instead of default.
|
||||
|
|
|
|||
Loading…
Reference in a new issue