chbmb
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
app/Item.php
|
|
@ -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, |
|
|
|