aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/videos.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/videos.js')
-rw-r--r--lib/videos.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/videos.js b/lib/videos.js
index 0da7715c4..1bb6f2493 100644
--- a/lib/videos.js
+++ b/lib/videos.js
@@ -3,7 +3,7 @@
3 3
4 var async = require('async') 4 var async = require('async')
5 var config = require('config') 5 var config = require('config')
6 var webtorrent = require('../lib/webTorrentNode') 6 var webtorrent = require('../lib/webtorrent')
7 7
8 var logger = require('../helpers/logger') 8 var logger = require('../helpers/logger')
9 var Videos = require('../models/videos') 9 var Videos = require('../models/videos')