Added Mylar support.

This commit is contained in:
Magnus Ullberg 2018-06-04 19:13:08 -04:00
parent 43f1410974
commit 263a4578d4
4 changed files with 14 additions and 0 deletions

View file

@ -44,6 +44,7 @@ class Item extends Model
'Lidarr' => \App\SupportedApps\Lidarr::class,
'Mcmyadmin' => \App\SupportedApps\Mcmyadmin::class,
'Medusa' => \App\SupportedApps\Medusa::class,
'Mylar' => \App\SupportedApps\Mylar::class,
'NZBGet' => \App\SupportedApps\Nzbget::class,
'Netdata' => \App\SupportedApps\Netdata::class,
'Nextcloud' => \App\SupportedApps\Nextcloud::class,

View file

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

View file

@ -55,6 +55,7 @@ Supported applications are recognized by the title of the application as entered
- Lidarr
- McMyAdmin
- Medusa
- Mylar
- NZBhydra & NZBhydra2
- Netdata
- Nextcloud

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB