Merge pull request #146 from halorrr/patch-1

SupportedApp: AirSonic
This commit is contained in:
KodeStar 2018-03-21 12:57:53 +00:00 committed by GitHub
commit 443f631bac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 0 deletions

View file

@ -26,6 +26,7 @@ class Item extends Model
public static function supportedList() public static function supportedList()
{ {
return [ return [
'AirSonic' => \App\SupportedApps\AirSonic::class,
'CouchPotato' => \App\SupportedApps\CouchPotato::class, 'CouchPotato' => \App\SupportedApps\CouchPotato::class,
'Deluge' => \App\SupportedApps\Deluge::class, 'Deluge' => \App\SupportedApps\Deluge::class,
'Dokuwiki' => \App\SupportedApps\Dokuwiki::class, 'Dokuwiki' => \App\SupportedApps\Dokuwiki::class,

View file

@ -0,0 +1,12 @@
<?php namespace App\SupportedApps;
class AirSonic implements Contracts\Applications {
public function defaultColour()
{
return '#08F';
}
public function icon()
{
return 'supportedapps/airsonic.png';
}
}

View file

@ -39,6 +39,7 @@ You can use the app to link to any site or application, but Foundation apps will
- Transmission - Transmission
**Foundation** **Foundation**
- AirSonic
- Deluge - Deluge
- DokuWiki - DokuWiki
- Duplicati - Duplicati

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB