cleaned up

This commit is contained in:
2025-09-08 12:10:10 +02:00
parent a2fd70e096
commit d5b3d7c597
21 changed files with 522 additions and 498 deletions

View File

@@ -11,7 +11,7 @@ __mpv_command_with_args2() {
}
__mpv_get() {
__mpv_command_with_arg "expand-text" "$1" | $JQ -r '.data'
__mpv_command_with_arg "expand-text" "$1" | $JQ '.data'
}
mpv_playlist_count() {