diff --git a/app/Item.php b/app/Item.php index aed4c2d9..9ad380c4 100644 --- a/app/Item.php +++ b/app/Item.php @@ -26,6 +26,7 @@ class Item extends Model public static function supportedList() { return [ + 'AirSonic' => \App\SupportedApps\AirSonic::class, 'Deluge' => \App\SupportedApps\Deluge::class, 'Dokuwiki' => \App\SupportedApps\Dokuwiki::class, 'Duplicati' => \App\SupportedApps\Duplicati::class,