diff --git a/app/Item.php b/app/Item.php index 7052fba0..46244070 100644 --- a/app/Item.php +++ b/app/Item.php @@ -46,6 +46,7 @@ class Item extends Model 'Portainer' => \App\SupportedApps\Portainer::class, 'Proxmox' => \App\SupportedApps\Proxmox::class, 'Radarr' => \App\SupportedApps\Radarr::class, + 'ruTorrent' => \App\SupportedApps\ruTorrent::class, 'Sabnzbd' => \App\SupportedApps\Sabnzbd::class, 'Sonarr' => \App\SupportedApps\Sonarr::class, 'Traefik' => \App\SupportedApps\Traefik::class, diff --git a/app/SupportedApps/ruTorrent.php b/app/SupportedApps/ruTorrent.php new file mode 100644 index 00000000..8091c138 --- /dev/null +++ b/app/SupportedApps/ruTorrent.php @@ -0,0 +1,12 @@ +