Merge pull request #231 from CHBMB/tvheadend

Add TVheadend to foundation apps
This commit is contained in:
KodeStar
2018-07-19 21:47:16 +01:00
committed by GitHub
4 changed files with 16 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ class Item extends Model
'Transmission' => \App\SupportedApps\Transmission::class,
'Traefik' => \App\SupportedApps\Traefik::class,
'tt-rss' => \App\SupportedApps\Ttrss::class,
'TVheadend' => \App\SupportedApps\TVheadend::class,
'UniFi' => \App\SupportedApps\Unifi::class,
'unRAID' => \App\SupportedApps\Unraid::class,
'pfSense' => \App\SupportedApps\Pfsense::class,

View File

@@ -0,0 +1,14 @@
<?php namespace App\SupportedApps;
class TVheadend implements Contracts\Applications {
public function defaultColour()
{
return '#006080';
}
public function icon()
{
return 'supportedapps/tvheadend.png';
}
}

View File

@@ -75,6 +75,7 @@ Supported applications are recognized by the title of the application as entered
- SickRage
- Sonarr
- TT-RSS
- TVheadend
- UniFI
- unRAID
- pfSense

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB