diff --git a/code/hotmixes/utils.lua b/code/hotmixes/utils.lua
index 87aefb9..196022e 100644
--- a/code/hotmixes/utils.lua
+++ b/code/hotmixes/utils.lua
@@ -138,7 +138,7 @@ end
utils['rss_latest'] = function( path )
local latest_path, latest_name, latest_size, latest_date = {}, {}, {}, {}
- for i, file_path in ipairs( utils.latest_files( path ) ) do
+ for i, file_path in ipairs( utils.latest_audio( path ) ) do
local popen = io.popen
-- get the size of the file
diff --git a/code/views/rss.etlua b/code/views/rss.etlua
index df11d33..f235b35 100644
--- a/code/views/rss.etlua
+++ b/code/views/rss.etlua
@@ -9,7 +9,9 @@
en-us
Intergalactic FM
Latest uploads
- no
+ false
+ Music
+ https://intergalactic.fm/themes/custom/ifm/logo.svg
<% for i, file in ipairs(latestpath) do %>
-
@@ -18,6 +20,7 @@
<%= datapath .. file %>
<%= latestdate[i] %>
]]>
+ false
<% end %>