diff --git a/backend/__init__.py b/backend/__init__.py index 5d7b0dd1..c48ce1ba 100644 --- a/backend/__init__.py +++ b/backend/__init__.py @@ -611,7 +611,8 @@ def changedetection_app(config=None, datastore_o=None): uuid=uuid, newest_version_timestamp=dates[0], current_previous_version=str(previous_version), - current_diff_url=watch['url']) + current_diff_url=watch['url'], + extra_title=" - Diff - {}".format(watch['title'] if watch['title'] else watch['url'])) return output diff --git a/backend/store.py b/backend/store.py index 0289dd7d..7ddabb76 100644 --- a/backend/store.py +++ b/backend/store.py @@ -191,6 +191,8 @@ class ChangeDetectionStore: if not self.__data['watching'][uuid]['title']: self.__data['watching'][uuid]['title'] = None + + self.__data['has_unviewed'] = has_unviewed return self.__data diff --git a/backend/templates/base.html b/backend/templates/base.html index 7fd21898..612e1b47 100644 --- a/backend/templates/base.html +++ b/backend/templates/base.html @@ -4,7 +4,7 @@ -