From 92a9150cc253fb3ce21228d5b5afb6a06d7054fd Mon Sep 17 00:00:00 2001 From: Julian Date: Wed, 27 Sep 2017 01:17:47 +0200 Subject: lua: integrate stats.lua script Signed-off-by: wm4 Rename --stats to --load-stats-overlay and add an entry to options.rst over the original commit. Signed-off-by: wm4 --- 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 b3e4fe8317..cf754b661b 100644 --- a/player/lua.c +++ b/player/lua.c @@ -68,6 +68,9 @@ static const char * const builtin_lua_scripts[][2] = { }, {"@ytdl_hook.lua", # include "player/lua/ytdl_hook.inc" + }, + {"@stats.lua", +# include "player/lua/stats.inc" }, {0} }; -- cgit v1.2.3