diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/videos.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/videos.js b/src/videos.js index e3a5b49f1..32f26abe7 100644 --- a/src/videos.js +++ b/src/videos.js | |||
@@ -56,7 +56,7 @@ | |||
56 | 56 | ||
57 | var params = { | 57 | var params = { |
58 | name: video_data.name, | 58 | name: video_data.name, |
59 | namePath: video_file.name, | 59 | namePath: video_file.filename, |
60 | description: video_data.description, | 60 | description: video_data.description, |
61 | magnetUri: torrent.magnetURI, | 61 | magnetUri: torrent.magnetURI, |
62 | podUrl: http + '://' + host + ':' + port | 62 | podUrl: http + '://' + host + ':' + port |