Fix youtube.lua crash
Sry for this little bug =)
This commit is contained in:
parent
9e900ebe33
commit
841f5c3f69
@ -11,7 +11,7 @@ function get_yt_data (yt_code)
|
|||||||
return data
|
return data
|
||||||
end
|
end
|
||||||
|
|
||||||
function send_youtube_data(data, receiver, link)
|
function send_youtube_data_1(data, receiver, link)
|
||||||
local title = data.title
|
local title = data.title
|
||||||
local description = data.description
|
local description = data.description
|
||||||
local uploader = data.uploader
|
local uploader = data.uploader
|
||||||
|
Reference in New Issue
Block a user