Revert changes to last_update behavior from #5436 (#5590)

This commit is contained in:
FlaminSarge
2021-07-24 08:32:48 -07:00
committed by GitHub
parent e8beb7103c
commit 4084d5e69a
2 changed files with 4 additions and 11 deletions
@@ -13,8 +13,10 @@ interface Manga : SManga {
var favorite: Boolean
// last time the chapter list changed in any way
var last_update: Long
// predicted next update time based on latest (by date) 4 chapters' deltas
var next_update: Long
var date_added: Long