From bd74dad2e845ea60834806b713acb39e933bd070 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 25 Apr 2024 14:47:47 +0200 Subject: [PATCH] fix: Mido error --- src/mido.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mido.sh b/src/mido.sh index dd58f7e..642c7e9 100644 --- a/src/mido.sh +++ b/src/mido.sh @@ -675,7 +675,7 @@ ending_summary() { done # shellcheck disable=SC2086 - echo_err "$(word_count $media_download_failed_list) attempted download(s) failed!" + echo_err "Attempted download failed!" fi # Exit codes