Added Steam account to queue display

This commit is contained in:
ilumos 2017-08-17 04:05:38 +01:00
parent 256de2f1a5
commit 144a2399ca

View file

@ -84,7 +84,7 @@ class ShowQueue extends Command
foreach( $apps as $app )
{
$this->{$messageStyle}( $app->appid ."\t". $app->name . "\t" . $app->platform . "\t" . $app->message );
$this->{$messageStyle}( $app->appid ."\t". $app->name . "\t" . $app->platform . "\t" . $app->account . "\t" . $app->message );
}
}