diff --git a/app/Item.php b/app/Item.php index bf11c1361..a642bbd9a 100644 --- a/app/Item.php +++ b/app/Item.php @@ -27,6 +27,7 @@ public static function supportedList() { 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, diff --git a/app/SupportedApps/Cardigann.php b/app/SupportedApps/Cardigann.php new file mode 100644 index 000000000..bbed28e73 --- /dev/null +++ b/app/SupportedApps/Cardigann.php @@ -0,0 +1,12 @@ + +