supported apps support

This commit is contained in:
Chris
2018-02-07 15:43:29 +00:00
parent beb12147e0
commit 211da7cb09
9 changed files with 105 additions and 2 deletions

View File

@@ -12,7 +12,8 @@ class Nzbget implements Contracts\Applications {
}
public function configDetails()
{
return 'nzbget';
//return 'nzbget';
return null;
}
}