Add comment

This commit is contained in:
dgtlmoon
2022-03-04 10:54:03 +01:00
parent 08671e4068
commit 2acdc9f2c7
+1
View File
@@ -368,6 +368,7 @@ def changedetection_app(config=None, datastore_o=None):
from changedetectionio import forms
form = forms.quickWatchForm(request.form)
# Extra page <title> (n) unviewed
extra_title = ""
if datastore.data['unviewed_count'] > 0:
extra_title = " ({})".format(str(datastore.data['unviewed_count']))