Skip to content

Commit

Permalink
Put empty default_prefs['rejecturls'] back until I can fix the code b…
Browse files Browse the repository at this point in the history
…etter. #529
  • Loading branch information
JimmXinu committed Aug 13, 2020
1 parent a91345d commit d5c1f48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions calibre-plugin/prefs.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
default_prefs['last_saved_version'] = (0,0,0)
default_prefs['personal.ini'] = get_resources('plugin-example.ini')
default_prefs['cal_cols_pass_in'] = False
default_prefs['rejecturls'] = '' # removed, but need empty default for fallback
default_prefs['rejectreasons'] = '''Sucked
Boring
Dup from another site'''
Expand Down

0 comments on commit d5c1f48

Please sign in to comment.