aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/tracker.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/controllers/tracker.ts')
-rw-r--r--server/controllers/tracker.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/controllers/tracker.ts b/server/controllers/tracker.ts
index 42a5d7f9b..915981f67 100644
--- a/server/controllers/tracker.ts
+++ b/server/controllers/tracker.ts
@@ -22,7 +22,6 @@ const trackerServer = new TrackerServer({
22 http: false, 22 http: false,
23 udp: false, 23 udp: false,
24 ws: false, 24 ws: false,
25 dht: false,
26 filter: async function (infoHash, params, cb) { 25 filter: async function (infoHash, params, cb) {
27 if (CONFIG.TRACKER.ENABLED === false) { 26 if (CONFIG.TRACKER.ENABLED === false) {
28 return cb(new Error('Tracker is disabled on this instance.')) 27 return cb(new Error('Tracker is disabled on this instance.'))