ninthwalker
7 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
|
|
@ -47,6 +47,7 @@ class Item extends Model |
|
|
|
'NZBGet' => \App\SupportedApps\Nzbget::class, |
|
|
|
'Netdata' => \App\SupportedApps\Netdata::class, |
|
|
|
'Nextcloud' => \App\SupportedApps\Nextcloud::class, |
|
|
|
'Now Showing' => \App\SupportedApps\NowShowing::class, |
|
|
|
'Nzbhydra' => \App\SupportedApps\Nzbhydra::class, |
|
|
|
'OPNSense' => \App\SupportedApps\Opnsense::class, |
|
|
|
'Ombi' => \App\SupportedApps\Ombi::class, |
|
|
|