fix: correct binding according to name

This commit is contained in:
2025-12-15 07:50:11 +01:00
parent 986541f0d3
commit 1aaff3b3b7

View File

@@ -29,7 +29,7 @@ class Auditui(App):
BINDINGS = [
("d", "toggle_dark", "Light/Dark mode"),
("s", "sort", "Sort by name"),
("n", "sort", "Sort by name"),
("p", "sort_by_progress", "Sort by progress"),
("a", "show_all", "All/unfinished"),
("enter", "play_selected", "Play"),