diff --git a/root/app/fanficdownload.py b/root/app/fanficdownload.py index 75c7e6b..d27374d 100644 --- a/root/app/fanficdownload.py +++ b/root/app/fanficdownload.py @@ -195,7 +195,7 @@ def downloader(args): output += log("\tAdding {} to library".format(cur), 'BLUE', live) try: res = check_output( - 'calibredb add -d {} "{}"'.format(path, cur), shell=True, stderr=STDOUT, stdin=PIPE, ).decode('utf-8') + 'calibredb add -s "FFF" -d {} "{}"'.format(path, cur), shell=True, stderr=STDOUT, stdin=PIPE, ).decode('utf-8') except Exception as e: output += log(e) if not live: