Fix youtube.lua crash

Sry for this little bug =)
This commit is contained in:
CheatCoder 2015-03-25 22:28:05 +01:00
parent 9e900ebe33
commit 841f5c3f69

View File

@ -11,7 +11,7 @@ function get_yt_data (yt_code)
return data
end
function send_youtube_data(data, receiver, link)
function send_youtube_data_1(data, receiver, link)
local title = data.title
local description = data.description
local uploader = data.uploader