1
0
forked from HPR/hpr_generator

Fix setting of RSS feed enclosures mime-type

Mime-type does not always match file extension.
This commit is contained in:
2022-08-17 19:16:22 -04:00
parent 41a18300eb
commit 83c188465d
2 changed files with 7 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
<!--% PROCESS 'shared-item.tpl.xml' %-->
<!--% PROCESS 'rss-query-hpr.tpl.xml' %-->
<!--% FOREACH episode IN feed_result %-->
<!--% display_item(episode, 'mp3') %-->
<!--% display_item(episode, 'mp3', 'mpeg') %-->
<!--% END %-->