minor improvements

This commit is contained in:
2025-09-02 20:50:04 +02:00
parent 872cb3a741
commit 1a7f11330c
3 changed files with 37 additions and 47 deletions

View File

@@ -35,6 +35,7 @@ mpv_start() {
mpv_play_list() {
t=$(mktemp)
cat >"$t"
debug "Playing $(cat "$t")"
__mpv_command_with_arg "loadlist" "$t"
rm -f "$t"
}