Support multiple trackers_file argument
This commit is contained in:
parent
b9b317e213
commit
b22343f65c
3 changed files with 17 additions and 16 deletions
|
@ -109,7 +109,7 @@ class ConfigStorage extends Class
|
|||
section.items.push
|
||||
title: "Trackers files"
|
||||
key: "trackers_file"
|
||||
type: "text"
|
||||
type: "textarea"
|
||||
description: "Load additional list of torrent trackers dynamically, from a file"
|
||||
placeholder: "Eg.: data/trackers.json"
|
||||
value_pos: "fullwidth"
|
||||
|
|
|
@ -1430,7 +1430,7 @@
|
|||
section.items.push({
|
||||
title: "Trackers files",
|
||||
key: "trackers_file",
|
||||
type: "text",
|
||||
type: "textarea",
|
||||
description: "Load additional list of torrent trackers dynamically, from a file",
|
||||
placeholder: "Eg.: data/trackers.json",
|
||||
value_pos: "fullwidth"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue