stats: remove superfluous line breaks

Those accidentally slipped in with 9975835bde
due to bad copy & paste.
This commit is contained in:
Julian 2018-06-08 23:54:22 +02:00 committed by Jan Ekström
parent 157b242289
commit 4d2b865088
1 changed files with 1 additions and 1 deletions

View File

@ -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:"})