Fix fetch UI default fetch backend option icon (#1343)

This commit is contained in:
dgtlmoon
2023-01-25 18:07:44 +01:00
committed by GitHub
parent 0ba139f8f9
commit 948ef7ade4
4 changed files with 18 additions and 2 deletions

View File

@@ -417,6 +417,7 @@ def changedetection_app(config=None, datastore_o=None):
has_unviewed=datastore.has_unviewed,
hosted_sticky=os.getenv("SALTED_PASS", False) == False,
queued_uuids=[q_uuid.item['uuid'] for q_uuid in update_q.queue],
system_default_fetcher=datastore.data['settings']['application'].get('fetch_backend'),
tags=existing_tags,
watches=sorted_watches
)