mirror of
https://github.com/zeropingheroes/lancache-autofill
synced 2024-11-10 10:24:12 +00:00
Changing "status" to always be lowercase
This commit is contained in:
parent
31ae989b8c
commit
66760ae323
1 changed files with 1 additions and 1 deletions
2
src/Console/Commands/Steam/QueueApp.php
Normal file → Executable file
2
src/Console/Commands/Steam/QueueApp.php
Normal file → Executable file
|
@ -51,7 +51,7 @@ class QueueApp extends Command
|
|||
Capsule::table('steam_queue')->insert([
|
||||
'appid' => $app->appid,
|
||||
'name' => $app->name,
|
||||
'status'=> 'Queued'
|
||||
'status'=> 'queued'
|
||||
]);
|
||||
|
||||
$this->info('Steam app "' . $app->name .'" added to download queue');
|
||||
|
|
Loading…
Reference in a new issue