]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/controllers/client.js
Server: do not break remote videos processing on error
[github/Chocobozzz/PeerTube.git] / server / controllers / client.js
index a5fac5626ee1e526984c20a36eed835fb13d8bf5..8c242af07890d0b80188b2d5065d3429219cd018 100644 (file)
@@ -93,7 +93,7 @@ function generateWatchHtmlPage (req, res, next) {
     },
 
     video: function (callback) {
-      db.Video.loadAndPopulateAuthorAndPod(videoId, callback)
+      db.Video.loadAndPopulateAuthorAndPodAndTags(videoId, callback)
     }
   }, function (err, results) {
     if (err) return next(err)