mirror of
https://github.com/mpv-player/mpv
synced 2024-11-14 22:48:35 +01:00
stats.lua: use '➜' (U+279C) instead '→' (U+2192)
This commit is contained in:
parent
e42a8d537f
commit
94fbd3683a
@ -945,7 +945,7 @@ local function add_audio(s)
|
||||
local merge = function(r, ro, prop)
|
||||
local a = r[prop] or ro[prop]
|
||||
local b = ro[prop] or r[prop]
|
||||
return (a == b or a == nil) and a or (a .. " → " .. b)
|
||||
return (a == b or a == nil) and a or (a .. " ➜ " .. b)
|
||||
end
|
||||
|
||||
append(s, "", {prefix=o.nl .. o.nl .. "Audio:", nl="", indent=""})
|
||||
|
Loading…
Reference in New Issue
Block a user