Refactor RSS templates for either MySQL or SQLite

This commit is contained in:
2023-02-20 22:36:30 -05:00
parent b2eaea1eb8
commit 756bdc0fa1
6 changed files with 47 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<!--% PROCESS 'shared-item.tpl.xml' %-->
<!--% PROCESS 'rss-query-hpr.tpl.xml' %-->
<!--% PROCESS "rss-query-hpr-${constants.database}.tpl.xml" %-->
<!--% FOREACH episode IN feed_result %-->
<!--% display_item(episode, media_file_extension, audio_mime_type) %-->
<!--% END %-->