diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-27 16:32:24 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-27 16:32:24 +0900 |
| commit | da2bbf49b75a0d3f05ebe9b9559ef186ddd947cb (patch) | |
| tree | a4d53780e58d0de7ea5cc075470bd48972b1977f | |
| parent | 20afbd7e139334132239ea7a2a8b26b8dad49515 (diff) | |
modified scripts/change-OSD-media-title.lua
| -rw-r--r-- | ar/.config/mpv/scripts/change-OSD-media-title.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ar/.config/mpv/scripts/change-OSD-media-title.lua b/ar/.config/mpv/scripts/change-OSD-media-title.lua index 3e4332d..4b73f86 100644 --- a/ar/.config/mpv/scripts/change-OSD-media-title.lua +++ b/ar/.config/mpv/scripts/change-OSD-media-title.lua @@ -2,6 +2,7 @@ function set_osd_title() local name = mp.get_property_osd("filename") local percent_pos = "" local chapter = "" + local playlist_num = "" local frames_dropped = "" if mp.get_property_osd("percent-pos") ~= "" then |
