mirror of
https://github.com/hkalexling/Mango.git
synced 2026-04-05 00:00:44 -04:00
refactor on deck to continue reading and show percentages on home
This commit is contained in:
@@ -325,7 +325,7 @@ class Title
|
||||
@entries[idx + 1]
|
||||
end
|
||||
|
||||
def get_on_deck_entry(username)
|
||||
def get_continue_reading_entry(username)
|
||||
in_progress_entries = @entries.select do |e|
|
||||
load_progress(username, e.title) > 0
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user