no duration
This commit is contained in:
parent
c2cde842d2
commit
0dbd400227
@ -27,9 +27,8 @@ app:match("/spl/:station", function(self)
|
||||
-- info_url=%U1&
|
||||
-- img_url=%U2&
|
||||
-- time=%h&
|
||||
-- duration=%S
|
||||
|
||||
-- artist_name=%a&track_name=%t&release_name=%Tlabel=%L&year=%Y&country=%O&info_url=%U1&img_url=%U2&time=%h&duration=%S
|
||||
-- artist_name=%a&track_name=%t&release_name=%Tlabel=%L&year=%Y&country=%O&info_url=%U1&img_url=%U2&time=%h&
|
||||
|
||||
-- ----- --
|
||||
-- setup --
|
||||
@ -51,7 +50,6 @@ app:match("/spl/:station", function(self)
|
||||
local track_name = self.params.track_name
|
||||
local track_info_url = self.params.info_url
|
||||
local track_img_url = self.params.img_url
|
||||
local track_duration = self.params.duration
|
||||
|
||||
local release = nil
|
||||
local release_name = self.params.release_name
|
||||
|
||||
Loading…
Reference in New Issue
Block a user