1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-19 22:36:55 +00:00

select.lua: show the ID of editions without title

MKV editions can have no title. Print "Edition" and their IDs instead of
showing an empty selection.
This commit is contained in:
Guido Cella 2025-01-14 18:08:38 +01:00 committed by Dudemanguy
parent 5bbeabf450
commit 20375d1133

View File

@ -241,7 +241,7 @@ mp.add_key_binding(nil, "select-edition", function ()
local editions = {}
for i, edition in ipairs(edition_list) do
editions[i] = edition.title
editions[i] = edition.title or "Edition " .. (edition.id + 1)
end
input.select({