From ba547cb098580ecad52dd71de61313d5741d2e8e Mon Sep 17 00:00:00 2001 From: HRXN Date: Sun, 17 Dec 2023 09:19:52 +0100 Subject: OSC: fix indentation and stray whitepace --- player/lua/osc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'player/lua') diff --git a/player/lua/osc.lua b/player/lua/osc.lua index 45a5d90f78..dcc578a9eb 100644 --- a/player/lua/osc.lua +++ b/player/lua/osc.lua @@ -410,10 +410,10 @@ function set_track(type, next) mp.commandv("set", type, new_track_mpv) - if new_track_osc == 0 then + if new_track_osc == 0 then show_message(nicetypes[type] .. " Track: none") else - show_message(nicetypes[type] .. " Track: " + show_message(nicetypes[type] .. " Track: " .. new_track_osc .. "/" .. #tracks_osc[type] .. " [".. (tracks_osc[type][new_track_osc].lang or "unknown") .."] " .. (tracks_osc[type][new_track_osc].title or "")) -- cgit v1.2.3