diff --git a/app/Item.php b/app/Item.php index ab5b6ef8..851b0e5b 100644 --- a/app/Item.php +++ b/app/Item.php @@ -27,6 +27,7 @@ class Item extends Model { return [ 'AirSonic' => \App\SupportedApps\AirSonic::class, + 'Cardigann' => \App\SupportedApps\Cardigann::class, 'CouchPotato' => \App\SupportedApps\CouchPotato::class, 'Deluge' => \App\SupportedApps\Deluge::class, 'Dokuwiki' => \App\SupportedApps\Dokuwiki::class,