Skip to content

Commit

Permalink
Fix incorrect status on author refresh
Browse files Browse the repository at this point in the history
philborman committed Aug 8, 2018
1 parent 4cb0891 commit 6c0e6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lazylibrarian/gr.py
Original file line number Diff line number Diff line change
@@ -757,7 +757,7 @@ def get_author_books(self, authorid=None, authorname=None, bookstatus="Skipped",
if not originalpubdate:
originalpubdate = '0000'

new_status = setStatus(bookid, serieslist, bookstatus)
new_status = setStatus(bookid, serieslist, book_status)
if new_status != book_status:
book_status = new_status

0 comments on commit 6c0e6ca

Please sign in to comment.