Merge pull request #257 from ABOTlegacy/Monica

Monica
This commit is contained in:
KodeStar 2018-10-16 19:01:52 +01:00 committed by GitHub
commit d5f8b6aae0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 0 deletions

View file

@ -52,6 +52,7 @@ class Item extends Model
'Lidarr' => \App\SupportedApps\Lidarr::class,
'Mcmyadmin' => \App\SupportedApps\Mcmyadmin::class,
'Medusa' => \App\SupportedApps\Medusa::class,
'Monica' => \App\SupportedApps\Monica::class,
'MusicBrainz' => \App\SupportedApps\MusicBrainz::class,
'Mylar' => \App\SupportedApps\Mylar::class,
'NZBGet' => \App\SupportedApps\Nzbget::class,

View file

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

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB