Browse Source

Merge pull request #246 from CHBMB/Bazarr

Bazarr
pull/188/merge
KodeStar 6 years ago
committed by GitHub
parent
commit
988364cb7c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/Item.php
  2. 14
      app/SupportedApps/Bazarr.php
  3. 1
      readme.md
  4. BIN
      storage/app/public/supportedapps/bazarr.png

1
app/Item.php

@ -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

@ -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';
}
}

1
readme.md

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Loading…
Cancel
Save