From 4d2b8650880aa56c3302aed36d69253e4ab5bd6c Mon Sep 17 00:00:00 2001 From: Julian Date: Fri, 8 Jun 2018 23:54:22 +0200 Subject: stats: remove superfluous line breaks Those accidentally slipped in with 9975835bdeec3f2b04b136ef40c70b02487bb0e6 due to bad copy & paste. --- player/lua/stats.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/player/lua/stats.lua b/player/lua/stats.lua index f18f44af53..6ee491baf4 100644 --- a/player/lua/stats.lua +++ b/player/lua/stats.lua @@ -424,7 +424,7 @@ end local function add_file(s) - append(s, "", {prefix=o.nl .. o.nl .. "File:", nl="", indent=""}) + append(s, "", {prefix="File:", nl="", indent=""}) append_property(s, "filename", {prefix_sep="", nl="", indent=""}) if not (mp.get_property_osd("filename") == mp.get_property_osd("media-title")) then append_property(s, "media-title", {prefix="Title:"}) -- cgit v1.2.3