From be587647f98a4b83ca06a61fe55c7ac5d60927c6 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 6 Jun 2016 14:15:03 +0200 Subject: Add tags support to server --- server/lib/videos.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'server/lib') 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) { magnetUri: video.magnetUri, podUrl: video.podUrl, duration: video.duration, - thumbnail: thumbnailName + thumbnail: thumbnailName, + tags: video.tags } remoteVideos.push(params) -- cgit v1.2.3