diff --git a/app/Item.php b/app/Item.php index e57bb5df..ae7a8869 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, 'CouchPotato' => \App\SupportedApps\CouchPotato::class, 'Deluge' => \App\SupportedApps\Deluge::class, 'Dokuwiki' => \App\SupportedApps\Dokuwiki::class, diff --git a/app/SupportedApps/AirSonic.php b/app/SupportedApps/AirSonic.php new file mode 100644 index 00000000..05a7ac08 --- /dev/null +++ b/app/SupportedApps/AirSonic.php @@ -0,0 +1,12 @@ + +