Merge pull request #193 from ullbergm/app-LazyLibrarian

Foundation App: LazyLibrarian
This commit is contained in:
KodeStar 2018-06-10 08:29:03 +01:00 committed by GitHub
commit 1f46040f1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 0 deletions

View file

@ -42,6 +42,7 @@ class Item extends Model
'Jackett' => \App\SupportedApps\Jackett::class, 'Jackett' => \App\SupportedApps\Jackett::class,
'Jdownloader' => \App\SupportedApps\Jdownloader::class, 'Jdownloader' => \App\SupportedApps\Jdownloader::class,
'Krusader' => \App\SupportedApps\Krusader::class, 'Krusader' => \App\SupportedApps\Krusader::class,
'LazyLibrarian' => \App\SupportedApps\LazyLibrarian::class,
'Lidarr' => \App\SupportedApps\Lidarr::class, 'Lidarr' => \App\SupportedApps\Lidarr::class,
'Mcmyadmin' => \App\SupportedApps\Mcmyadmin::class, 'Mcmyadmin' => \App\SupportedApps\Mcmyadmin::class,
'Medusa' => \App\SupportedApps\Medusa::class, 'Medusa' => \App\SupportedApps\Medusa::class,

View file

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

View file

@ -53,6 +53,7 @@ Supported applications are recognized by the title of the application as entered
- Graylog - Graylog
- Jdownloader - Jdownloader
- Krusader - Krusader
- LazyLibrarian
- Lidarr - Lidarr
- McMyAdmin - McMyAdmin
- Medusa - Medusa

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB