Update Item.php
This commit is contained in:
parent
e820b81259
commit
d48805ee2c
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ class Item extends Model
|
|||
'AirSonic' => \App\SupportedApps\AirSonic::class,
|
||||
'Cardigann' => \App\SupportedApps\Cardigann::class,
|
||||
'CouchPotato' => \App\SupportedApps\CouchPotato::class,
|
||||
'Bazarr' => \App\SupportedApps\Bazarr::class,
|
||||
'Booksonic' => \App\SupportedApps\Booksonic::class,
|
||||
'BookStack' => \App\SupportedApps\BookStack::class,
|
||||
'Deluge' => \App\SupportedApps\Deluge::class,
|
||||
|
|
Loading…
Reference in a new issue