Browse Source

Added Mylar support.

pull/190/head
Magnus Ullberg 7 years ago
parent
commit
263a4578d4
  1. 1
      app/Item.php
  2. 12
      app/SupportedApps/Mylar.php
  3. 1
      readme.md
  4. BIN
      storage/app/public/supportedapps/mylar.png

1
app/Item.php

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

12
app/SupportedApps/Mylar.php

@ -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';
}
}

1
readme.md

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

BIN
storage/app/public/supportedapps/mylar.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Loading…
Cancel
Save