Browse Source

Merge pull request #231 from CHBMB/tvheadend

Add TVheadend to foundation apps
pull/243/head
KodeStar 7 years ago
committed by GitHub
parent
commit
b6112501e2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/Item.php
  2. 14
      app/SupportedApps/TVheadend.php
  3. 1
      readme.md
  4. BIN
      storage/app/public/supportedapps/tvheadend.png

1
app/Item.php

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

14
app/SupportedApps/TVheadend.php

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

1
readme.md

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

BIN
storage/app/public/supportedapps/tvheadend.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Loading…
Cancel
Save