Browse Source
Merge pull request #6 from ullbergm/app-Mylar
Added Mylar support.
remotes/ullbergm/master
ullbergm
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
14 additions and
0 deletions
-
app/Item.php
-
app/SupportedApps/Mylar.php
-
readme.md
-
BIN
storage/app/public/supportedapps/mylar.png
|
@ -48,6 +48,7 @@ class Item extends Model |
|
|
'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, |
|
|
|
|
|
'Mylar' => \App\SupportedApps\Mylar::class, |
|
|
'MusicBrainz' => \App\SupportedApps\MusicBrainz::class, |
|
|
'MusicBrainz' => \App\SupportedApps\MusicBrainz::class, |
|
|
'NZBGet' => \App\SupportedApps\Nzbget::class, |
|
|
'NZBGet' => \App\SupportedApps\Nzbget::class, |
|
|
'Netdata' => \App\SupportedApps\Netdata::class, |
|
|
'Netdata' => \App\SupportedApps\Netdata::class, |
|
|
|
@ -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'; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
@ -59,6 +59,7 @@ Supported applications are recognized by the title of the application as entered |
|
|
- Lidarr |
|
|
- Lidarr |
|
|
- McMyAdmin |
|
|
- McMyAdmin |
|
|
- Medusa |
|
|
- Medusa |
|
|
|
|
|
- Mylar |
|
|
- MusicBrainz |
|
|
- MusicBrainz |
|
|
- NZBhydra & NZBhydra2 |
|
|
- NZBhydra & NZBhydra2 |
|
|
- Netdata |
|
|
- Netdata |
|
|
Width:
|
Height:
|
Size: 42 KiB
|