From a7cd1727b59cfb92d9fe18ce03fdb3b379e5ad22 Mon Sep 17 00:00:00 2001 From: Sergey Date: Fri, 29 Jul 2022 23:14:08 +0300 Subject: [PATCH] Update mp3scan --- bin/mp3scan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mp3scan b/bin/mp3scan index 7777e90..3915abd 100755 --- a/bin/mp3scan +++ b/bin/mp3scan @@ -118,7 +118,7 @@ class Mp3InfoConsoleRunner { */ protected function adjustOutputSize() { - $terminal_width = \wapmorgan\TerminalInfo\TerminalInfo::getWidth(); + $terminal_width = 80; foreach ($this->widths as $element => $width) { if ($width >= 1) {