]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/controllers/feeds.ts
Resume video on peertube link click in embed
[github/Chocobozzz/PeerTube.git] / server / controllers / feeds.ts
index 92cf85050da42cbf52e34a28613ab6b639c4ce7b..3a2b5ecca31146938762167c9d261c0866c8b686 100644 (file)
@@ -81,7 +81,7 @@ function initFeed () {
 
   return new Feed({
     title: CONFIG.INSTANCE.NAME,
-    description: CONFIG.INSTANCE.SHORT_DESCRIPTION,
+    description: CONFIG.INSTANCE.DESCRIPTION,
     // updated: TODO: somehowGetLatestUpdate, // optional, default = today
     id: webserverUrl,
     link: webserverUrl,