Only show started entries in "continue reading"

(#83)
This commit is contained in:
Alex Ling 2020-07-03 06:52:50 +00:00
parent 466aee62fe
commit f6c393545c

View File

@ -457,7 +457,7 @@ class Title
last_read_entry = nil last_read_entry = nil
@entries.reverse_each do |e| @entries.reverse_each do |e|
if progress.has_key? e.title if progress.has_key?(e.title) && progress[e.title] > 0
last_read_entry = e last_read_entry = e
break break
end end