mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-21 12:10:34 +09:00
Merge branch 'master' into app-LibreNMS
This commit is contained in:
@@ -42,6 +42,7 @@ class Item extends Model
|
||||
'Jdownloader' => \App\SupportedApps\Jdownloader::class,
|
||||
'Krusader' => \App\SupportedApps\Krusader::class,
|
||||
'LibreNMS' => \App\SupportedApps\LibreNMS::class,
|
||||
'LazyLibrarian' => \App\SupportedApps\LazyLibrarian::class,
|
||||
'Lidarr' => \App\SupportedApps\Lidarr::class,
|
||||
'Mcmyadmin' => \App\SupportedApps\Mcmyadmin::class,
|
||||
'Medusa' => \App\SupportedApps\Medusa::class,
|
||||
|
||||
12
app/SupportedApps/LazyLibrarian.php
Normal file
12
app/SupportedApps/LazyLibrarian.php
Normal 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';
|
||||
}
|
||||
}
|
||||
@@ -53,6 +53,7 @@ Supported applications are recognized by the title of the application as entered
|
||||
- Jdownloader
|
||||
- Krusader
|
||||
- LibreNMS
|
||||
- LazyLibrarian
|
||||
- Lidarr
|
||||
- McMyAdmin
|
||||
- Medusa
|
||||
|
||||
BIN
storage/app/public/supportedapps/lazylibrarian.png
Normal file
BIN
storage/app/public/supportedapps/lazylibrarian.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 38 KiB |
Reference in New Issue
Block a user