summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian <MyFakeAcc.4@googlemail.com>2018-06-08 23:54:22 +0200
committerJan Ekström <jeebjp@gmail.com>2018-06-09 01:02:34 +0300
commit4d2b8650880aa56c3302aed36d69253e4ab5bd6c (patch)
treee927dfab0d4dee816d1b91c113b0cc69908ceccb
parent157b24228994ebc2283ce47c8fb0c5b3af5a83e6 (diff)
downloadmpv-4d2b8650880aa56c3302aed36d69253e4ab5bd6c.tar.bz2
mpv-4d2b8650880aa56c3302aed36d69253e4ab5bd6c.tar.xz
stats: remove superfluous line breaks
Those accidentally slipped in with 9975835bdeec3f2b04b136ef40c70b02487bb0e6 due to bad copy & paste.
-rw-r--r--player/lua/stats.lua2
1 files changed, 1 insertions, 1 deletions
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:"})