diff options
Diffstat (limited to 'server/lib')
-rw-r--r-- | server/lib/videos.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/lib/videos.js b/server/lib/videos.js index 154c31ef9..e0db0e1d5 100644 --- a/server/lib/videos.js +++ b/server/lib/videos.js | |||
@@ -153,7 +153,8 @@ function createRemoteVideoObjects (videos, callback) { | |||
153 | magnetUri: video.magnetUri, | 153 | magnetUri: video.magnetUri, |
154 | podUrl: video.podUrl, | 154 | podUrl: video.podUrl, |
155 | duration: video.duration, | 155 | duration: video.duration, |
156 | thumbnail: thumbnailName | 156 | thumbnail: thumbnailName, |
157 | tags: video.tags | ||
157 | } | 158 | } |
158 | remoteVideos.push(params) | 159 | remoteVideos.push(params) |
159 | 160 | ||