tweak stuff

This commit is contained in:
2026-04-25 16:39:39 +02:00
parent ea3ff90349
commit c2577ad3dc
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -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