Update mp3scan

This commit is contained in:
Sergey
2022-07-29 23:14:08 +03:00
committed by GitHub
parent 13d1c142a7
commit a7cd1727b5
+1 -1
View File
@@ -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) {