diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2015-12-04 21:43:26 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2015-12-04 21:43:26 +0100 |
commit | 207fbab44d04ec92d748b6a32ec9a237029f820b (patch) | |
tree | f5878ab3b56e33fecf6aba1836883771fcba8638 /src | |
parent | 155098af555ef94fb543beb8b82d21523362a7c7 (diff) | |
download | PeerTube-207fbab44d04ec92d748b6a32ec9a237029f820b.tar.gz PeerTube-207fbab44d04ec92d748b6a32ec9a237029f820b.tar.zst PeerTube-207fbab44d04ec92d748b6a32ec9a237029f820b.zip |
Update node modules
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 |