From 454c7a29a571be2cbd4d1236188654ce91e816f7 Mon Sep 17 00:00:00 2001 From: gmt4 <791491+gmt4@users.noreply.github.com> Date: Fri, 29 Nov 2024 10:33:47 +0100 Subject: [PATCH] Update mpvc --- mpvc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpvc b/mpvc index edd97192..5f3dcbef 100755 --- a/mpvc +++ b/mpvc @@ -873,7 +873,7 @@ mpvc_print_status() { ) # trim/replace times: 00:01:59 -> 01:59 mpvc_cmd "expand-text" "${F}" | - awk '{ gsub(" \\\\r","\n"); gsub(" 00:", " "); gsub("/00:", "/"); print }' + awk '{ gsub(" \\\\r","\n"); gsub(" -?00:", " "); gsub("/00:", "/"); print }' } mpvc_print_status_final() {