Added LazyLibrarian support.

This commit is contained in:
Magnus Ullberg
2018-06-04 19:11:36 -04:00
parent 43f1410974
commit 5a57f90b8f
4 changed files with 14 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ class Item extends Model
'Jackett' => \App\SupportedApps\Jackett::class,
'Jdownloader' => \App\SupportedApps\Jdownloader::class,
'Krusader' => \App\SupportedApps\Krusader::class,
'LazyLibrarian' => \App\SupportedApps\LazyLibrarian::class,
'Lidarr' => \App\SupportedApps\Lidarr::class,
'Mcmyadmin' => \App\SupportedApps\Mcmyadmin::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

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB