From f989bf9f7388f3ebbd58250116cef21ef00af1eb Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Fri, 31 Jan 2025 23:52:28 +0900 Subject: modified scripts/change-OSD-media-title.lua --- ar/.config/mpv/scripts/change-OSD-media-title.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ar/.config/mpv/scripts/change-OSD-media-title.lua b/ar/.config/mpv/scripts/change-OSD-media-title.lua index 4b73f86..547c634 100644 --- a/ar/.config/mpv/scripts/change-OSD-media-title.lua +++ b/ar/.config/mpv/scripts/change-OSD-media-title.lua @@ -10,7 +10,7 @@ function set_osd_title() end if mp.get_property_osd("chapter") ~= "" then - chapter = "Chapter: " .. mp.get_property_osd("chapter") .. " | " + chapter = mp.get_property_osd("chapter") .. " | " end if mp.get_property_osd("playlist-count") ~= "1" then -- cgit v1.2.3