mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-02 04:59:49 +09:00
Added Booksonic support.
This commit is contained in:
@@ -29,6 +29,7 @@ class Item extends Model
|
|||||||
'AirSonic' => \App\SupportedApps\AirSonic::class,
|
'AirSonic' => \App\SupportedApps\AirSonic::class,
|
||||||
'Cardigann' => \App\SupportedApps\Cardigann::class,
|
'Cardigann' => \App\SupportedApps\Cardigann::class,
|
||||||
'CouchPotato' => \App\SupportedApps\CouchPotato::class,
|
'CouchPotato' => \App\SupportedApps\CouchPotato::class,
|
||||||
|
'Booksonic' => \App\SupportedApps\Booksonic::class,
|
||||||
'Deluge' => \App\SupportedApps\Deluge::class,
|
'Deluge' => \App\SupportedApps\Deluge::class,
|
||||||
'Dokuwiki' => \App\SupportedApps\Dokuwiki::class,
|
'Dokuwiki' => \App\SupportedApps\Dokuwiki::class,
|
||||||
'Duplicati' => \App\SupportedApps\Duplicati::class,
|
'Duplicati' => \App\SupportedApps\Duplicati::class,
|
||||||
|
|||||||
12
app/SupportedApps/Booksonic.php
Normal file
12
app/SupportedApps/Booksonic.php
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
<?php namespace App\SupportedApps;
|
||||||
|
|
||||||
|
class Booksonic implements Contracts\Applications {
|
||||||
|
public function defaultColour()
|
||||||
|
{
|
||||||
|
return '#58a';
|
||||||
|
}
|
||||||
|
public function icon()
|
||||||
|
{
|
||||||
|
return 'supportedapps/booksonic.png';
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -42,6 +42,7 @@ Supported applications are recognized by the title of the application as entered
|
|||||||
|
|
||||||
**Foundation**
|
**Foundation**
|
||||||
- AirSonic
|
- AirSonic
|
||||||
|
- Booksonic
|
||||||
- Cardigann
|
- Cardigann
|
||||||
- Deluge
|
- Deluge
|
||||||
- DokuWiki
|
- DokuWiki
|
||||||
|
|||||||
BIN
storage/app/public/supportedapps/booksonic.png
Normal file
BIN
storage/app/public/supportedapps/booksonic.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 39 KiB |
Reference in New Issue
Block a user