]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/controllers/feeds.ts
Translated using Weblate (Spanish)
[github/Chocobozzz/PeerTube.git] / server / controllers / feeds.ts
index 2182b42f56976df03a019749e09869f817bd2e3c..e29a8fe1db9ee28efd7900935e6a7ac8d14c7943 100644 (file)
@@ -255,7 +255,7 @@ function addVideosToFeed (feed, videos: VideoModel[]) {
    * Adding video items to the feed object, one at a time
    */
   for (const video of videos) {
-    const formattedVideoFiles = video.getFormattedVideoFilesJSON()
+    const formattedVideoFiles = video.getFormattedVideoFilesJSON(false)
 
     const torrents = formattedVideoFiles.map(videoFile => ({
       title: video.name,