dropin

alternative frontend for dropout.tv
git clone https://git.ce9e.org/dropin.git

commit
b0b8bbf386afc67b1776f0e2b97bcdbbc12d7e9b
parent
08a7ea0fcc98ccf80ad68aa235e6d40634c9d2bd
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-03-01 09:21
feed: fix item description

Diffstat

M templates/feed.xml 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/templates/feed.xml b/templates/feed.xml

@@ -16,7 +16,7 @@
   16    16                 <link>{{ item._links.video_page.href }}</link>
   17    17                 <guid>{{ item._links.video_page.href }}</guid>
   18    18                 <pubDate>{{ item|release|feed_date }}</pubDate>
   19    -1                 {%+ if description %}<description>{{ item.description }}</description>{% endif %}
   -1    19                 {%+ if item.description %}<description>{{ item.description }}</description>{% endif %}
   20    20                 <itunes:duration>{{ item.duration.seconds }}</itunes:duration>
   21    21                 <itunes:image href="{{ item.additional_images.aspect_ratio_1_1.medium }}" />
   22    22                 {% if col.type == 'series' %}