diff --git a/app/Item.php b/app/Item.php index df399897..21257b4a 100644 --- a/app/Item.php +++ b/app/Item.php @@ -26,6 +26,7 @@ class Item extends Model public static function supportedList() { return [ + 'Deluge' => \App\SupportedApps\Deluge::class, 'Duplicati' => \App\SupportedApps\Duplicati::class, 'Emby' => \App\SupportedApps\Emby::class, 'Home Assistant' => \App\SupportedApps\HomeAssistant::class, diff --git a/app/SupportedApps/Deluge.php b/app/SupportedApps/Deluge.php new file mode 100644 index 00000000..2d5918fe --- /dev/null +++ b/app/SupportedApps/Deluge.php @@ -0,0 +1,12 @@ +