mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-03 11:25:29 -04:00
Update last checked even when no chapters found
This commit is contained in:
parent
f6bd3fa15d
commit
0adcd3a634
@ -43,6 +43,7 @@ class Plugin
|
|||||||
end
|
end
|
||||||
if matches.empty?
|
if matches.empty?
|
||||||
Logger.debug "No new chapters found."
|
Logger.debug "No new chapters found."
|
||||||
|
sub.last_checked = Time.utc.to_unix
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
Logger.debug "Found #{matches.size} new chapters. " \
|
Logger.debug "Found #{matches.size} new chapters. " \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user