'Mark all viewed' button was missing in this version, added test also. (#652)
This commit is contained in:
@@ -66,7 +66,7 @@ class model(dict):
|
||||
|
||||
@property
|
||||
def viewed(self):
|
||||
if int(self.newest_history_key) <= int(self['last_viewed']):
|
||||
if int(self['last_viewed']) >= int(self.newest_history_key) :
|
||||
return True
|
||||
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user