Browse Source

Merge pull request #6 from ullbergm/app-Mylar

Added Mylar support.
remotes/ullbergm/master
ullbergm 7 years ago
committed by GitHub
parent
commit
f223852714
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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

@ -48,6 +48,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,
'MusicBrainz' => \App\SupportedApps\MusicBrainz::class,
'NZBGet' => \App\SupportedApps\Nzbget::class,
'Netdata' => \App\SupportedApps\Netdata::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

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

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Loading…
Cancel
Save