diff options
Diffstat (limited to 'server/controllers/api/remote.js')
-rw-r--r-- | server/controllers/api/remote.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/server/controllers/api/remote.js b/server/controllers/api/remote.js index d856576a9..a6753a2b0 100644 --- a/server/controllers/api/remote.js +++ b/server/controllers/api/remote.js | |||
@@ -56,8 +56,6 @@ function addRemoteVideo (videoToCreateData, fromHost, callback) { | |||
56 | waterfall([ | 56 | waterfall([ |
57 | 57 | ||
58 | function findOrCreatePod (callback) { | 58 | function findOrCreatePod (callback) { |
59 | fromHost | ||
60 | |||
61 | const query = { | 59 | const query = { |
62 | where: { | 60 | where: { |
63 | host: fromHost | 61 | host: fromHost |