mirror of
https://github.com/zeropingheroes/lancache-autofill
synced 2024-11-10 02:14:12 +00:00
Adding message if queue is empty
This commit is contained in:
parent
bc8ded5a9f
commit
964712ada7
1 changed files with 4 additions and 0 deletions
|
@ -42,6 +42,10 @@ class ShowQueue extends Command
|
|||
die();
|
||||
}
|
||||
|
||||
if( ! SteamQueueItem::count()) {
|
||||
$this->info('Steam queue is empty');
|
||||
}
|
||||
|
||||
// If a status is specified, display only apps of that status
|
||||
if ($this->argument('status')) {
|
||||
$this->displayAppsWithStatus($this->argument('status'));
|
||||
|
|
Loading…
Reference in a new issue