This commit is contained in:
dreamer 2025-12-16 17:12:05 +01:00
parent 78d0c7e7d8
commit b55270cb81

View File

@ -9,7 +9,7 @@ local function Latesthandler(self)
local path = config.get().mount .. self.titles.url
local latest_path, latest_name = hotmixes.utils.these_latest( path )
local host = self.req.parsed_url.scheme .. '://' .. self.req.parsed_url.host .. ':' .. self.req.parsed_url.port
local host = self.req.parsed_url.scheme .. '://' .. self.req.parsed_url.host
local data_path = host .. '/data/' .. self.titles.url .. '/'
local latest_json = {}