summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-01-31 23:52:28 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-01-31 23:52:28 +0900
commitf989bf9f7388f3ebbd58250116cef21ef00af1eb (patch)
tree5dfa920c1a8fcfa07ce23a18ca2e2b69b30706b6
parent29b5471a812fee61ce7181d470474584543882ec (diff)
modified scripts/change-OSD-media-title.lua
-rw-r--r--ar/.config/mpv/scripts/change-OSD-media-title.lua2
1 files changed, 1 insertions, 1 deletions
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