Merge pull request #133 from albertsj1/couchpotato

Add Couchpotato as an enhanced app
This commit is contained in:
KodeStar
2018-03-17 13:18:03 +00:00
committed by GitHub
5 changed files with 137 additions and 0 deletions

View File

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