mirror of
https://github.com/mpv-player/mpv
synced 2025-03-31 15:59:34 +00:00
stats: fix previous commit
The previous commit included a rendering error of the "Speed:" line, caused by incorrect copy&paste.
This commit is contained in:
parent
516934b233
commit
f9cc29ec91
@ -657,8 +657,8 @@ local function cache_stats()
|
||||
nil, 0.8, 1)
|
||||
speed_graph = o.prefix_sep .. speed_graph
|
||||
end
|
||||
append(stats, utils.format_bytes_humanized(speed) .. "/s", {prefix="Speed:", nl="",
|
||||
indent=o.prefix_sep, no_prefix_markup=true, suffix=speed_graph})
|
||||
append(stats, utils.format_bytes_humanized(speed) .. "/s", {prefix="Speed:",
|
||||
suffix=speed_graph})
|
||||
|
||||
append(stats, utils.format_bytes_humanized(info["total-bytes"]),
|
||||
{prefix = "Total RAM:"})
|
||||
|
Loading…
Reference in New Issue
Block a user