Add data_dir to example UiConfig tracker list
This commit is contained in:
parent
dfeebbabe8
commit
a5971adbe6
2 changed files with 2 additions and 2 deletions
|
@ -111,7 +111,7 @@ class ConfigStorage extends Class
|
|||
key: "trackers_file"
|
||||
type: "textarea"
|
||||
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"
|
||||
|
||||
section.items.push
|
||||
|
|
|
@ -1426,7 +1426,7 @@
|
|||
key: "trackers_file",
|
||||
type: "textarea",
|
||||
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"
|
||||
});
|
||||
section.items.push({
|
||||
|
|
Loading…
Reference in a new issue