From 65d768bf02692843c0a6305acc9f6bb114f0e847 Mon Sep 17 00:00:00 2001 From: Merlin <4706504+MerlinScheurer@users.noreply.github.com> Date: Mon, 4 Sep 2023 12:24:48 +0200 Subject: [PATCH] Fix url to settings documentation (#535) --- tubearchivist/home/templates/home/settings_actions.html | 4 ++-- tubearchivist/home/templates/home/settings_application.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tubearchivist/home/templates/home/settings_actions.html b/tubearchivist/home/templates/home/settings_actions.html index 74405f7..be6ffba 100644 --- a/tubearchivist/home/templates/home/settings_actions.html +++ b/tubearchivist/home/templates/home/settings_actions.html @@ -12,7 +12,7 @@

Manual media files import.

-

Add files to the cache/import folder. Make sure to follow the instructions in the Github Wiki.

+

Add files to the cache/import folder. Make sure to follow the instructions in the Github Wiki.

@@ -58,7 +58,7 @@

Rescan filesystem

Danger Zone: This will delete the metadata of deleted videos from the filesystem.

-

Rescan your media folder looking for missing videos and clean up index. More infos on the Github Wiki.

+

Rescan your media folder looking for missing videos and clean up index. More infos on the Github Wiki.

diff --git a/tubearchivist/home/templates/home/settings_application.html b/tubearchivist/home/templates/home/settings_application.html index 12f7cdb..813ad02 100644 --- a/tubearchivist/home/templates/home/settings_application.html +++ b/tubearchivist/home/templates/home/settings_application.html @@ -141,7 +141,7 @@

Import YouTube cookie: {{ config.downloads.cookie_import }}

For automatic cookie import use Tube Archivist Companion browser extension.

- For manual cookie import, place your cookie file named cookies.google.txt in cache/import before enabling. Instructions in the Wiki.
+ For manual cookie import, place your cookie file named cookies.google.txt in cache/import before enabling. Instructions in the Wiki.
{{ app_form.downloads_cookie_import }}
{% if config.downloads.cookie_import %}
@@ -174,7 +174,7 @@

Snapshots

Current system snapshot: {{ config.application.enable_snapshot }}

- Automatically create daily deduplicated snapshots of the index, stored in Elasticsearch. Read first before activating: Wiki.
+ Automatically create daily deduplicated snapshots of the index, stored in Elasticsearch. Read first before activating: Wiki.
{{ app_form.application_enable_snapshot }}