feat: visually indicate normal vs insert

This commit is contained in:
2025-08-29 10:34:12 +02:00
parent 009ff31737
commit 3bd1cc7a87
3 changed files with 32 additions and 22 deletions

View File

@@ -40,7 +40,6 @@ mpv_play_list() {
}
mpv_queue_list() {
foo "mpv_queue_list"
t=$(mktemp)
cat >"$t"
__mpv_command_with_args2 "loadlist" "$t" "append-play"