commit
988364cb7c
4 changed files with 16 additions and 0 deletions
|
@ -29,6 +29,7 @@ class Item extends Model
|
|||
'AirSonic' => \App\SupportedApps\AirSonic::class,
|
||||
'Cardigann' => \App\SupportedApps\Cardigann::class,
|
||||
'CouchPotato' => \App\SupportedApps\CouchPotato::class,
|
||||
'Bazarr' => \App\SupportedApps\Bazarr::class,
|
||||
'Booksonic' => \App\SupportedApps\Booksonic::class,
|
||||
'BookStack' => \App\SupportedApps\BookStack::class,
|
||||
'Deluge' => \App\SupportedApps\Deluge::class,
|
||||
|
|
14
app/SupportedApps/Bazarr.php
Normal file
14
app/SupportedApps/Bazarr.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php namespace App\SupportedApps;
|
||||
|
||||
class Bazarr implements Contracts\Applications {
|
||||
|
||||
public function defaultColour()
|
||||
{
|
||||
return '#222';
|
||||
}
|
||||
public function icon()
|
||||
{
|
||||
return 'supportedapps/bazarr.png';
|
||||
}
|
||||
|
||||
}
|
|
@ -44,6 +44,7 @@ Supported applications are recognized by the title of the application as entered
|
|||
|
||||
**Foundation**
|
||||
- AirSonic
|
||||
- Bazarr
|
||||
- Booksonic
|
||||
- BookStack
|
||||
- Cardigann
|
||||
|
|
BIN
storage/app/public/supportedapps/bazarr.png
Normal file
BIN
storage/app/public/supportedapps/bazarr.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.1 KiB |
Loading…
Add table
Reference in a new issue