Add data_dir to example UiConfig tracker list

This commit is contained in:
shortcutme 2020-03-18 03:19:01 +01:00
parent dfeebbabe8
commit a5971adbe6
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE
2 changed files with 2 additions and 2 deletions

View file

@ -111,7 +111,7 @@ class ConfigStorage extends Class
key: "trackers_file" key: "trackers_file"
type: "textarea" type: "textarea"
description: "Load additional list of torrent trackers dynamically, from a file" description: "Load additional list of torrent trackers dynamically, from a file"
placeholder: "Eg.: data/trackers.json" placeholder: "Eg.: {data_dir}/trackers.json"
value_pos: "fullwidth" value_pos: "fullwidth"
section.items.push section.items.push

View file

@ -1426,7 +1426,7 @@
key: "trackers_file", key: "trackers_file",
type: "textarea", type: "textarea",
description: "Load additional list of torrent trackers dynamically, from a file", description: "Load additional list of torrent trackers dynamically, from a file",
placeholder: "Eg.: data/trackers.json", placeholder: "Eg.: {data_dir}/trackers.json",
value_pos: "fullwidth" value_pos: "fullwidth"
}); });
section.items.push({ section.items.push({