Support multiple trackers_file argument

This commit is contained in:
shortcutme 2019-08-07 14:12:45 +02:00
parent b9b317e213
commit b22343f65c
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE
3 changed files with 17 additions and 16 deletions

View file

@ -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"

View file

@ -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"