Update last checked even when no chapters found

This commit is contained in:
Alex Ling 2022-01-23 12:24:19 +00:00
parent f6bd3fa15d
commit 0adcd3a634

View File

@ -43,6 +43,7 @@ class Plugin
end
if matches.empty?
Logger.debug "No new chapters found."
sub.last_checked = Time.utc.to_unix
return
end
Logger.debug "Found #{matches.size} new chapters. " \