From 079ecd7f017be7528ab597e5db36042a0eecee0d Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 19 Nov 2014 18:51:53 +0100 Subject: player: integrate ytdl_hook.lua --- player/lua.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'player/lua.c') diff --git a/player/lua.c b/player/lua.c index 699c928e87..8a2e3ec925 100644 --- a/player/lua.c +++ b/player/lua.c @@ -64,6 +64,9 @@ static const char * const builtin_lua_scripts[][2] = { }, {"@osc.lua", # include "player/lua/osc.inc" + }, + {"@ytdl_hook.lua", +# include "player/lua/ytdl_hook.inc" }, {0} }; -- cgit v1.2.3