Allow creation of m3u playlist for a host

This commit is contained in:
2025-11-15 11:59:41 -05:00
parent e649c09803
commit ae96d602a4
4 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<!--% USE DBI(constants.driver) %-->
<!--% FOREACH host IN DBI.query(
'select h.hostid from hosts as h'
) %-->
,<!--% host.hostid %-->
<!--% END %-->