Update mp3scan

This commit is contained in:
Sergey 2022-07-29 23:14:08 +03:00 committed by GitHub
parent 13d1c142a7
commit a7cd1727b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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) {