Adds ruTorrent

This commit is contained in:
cheesemarathon 2018-02-15 08:22:37 +00:00
parent 990a256e40
commit bbc7782f40
3 changed files with 13 additions and 0 deletions

View file

@ -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,

View file

@ -0,0 +1,12 @@
<?php namespace App\SupportedApps;
class ruTorrent implements Contracts\Applications {
public function defaultColour()
{
return '#004';
}
public function icon()
{
return 'supportedapps/rutorrent.png';
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB