Browse Source

Merge pull request #1385 from henrywhitaker3/tautulli-homepage

Fixed tautulli showing on business licence
causefx 6 years ago
parent
commit
ccd8a19d93
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/functions/homepage-functions.php

+ 1 - 1
api/functions/homepage-functions.php

@@ -2619,7 +2619,7 @@ function getHomepageList()
 		),
 		array(
 			'name' => 'Tautulli',
-			'enabled' => true,
+			'enabled' => (strpos('personal', $GLOBALS['license']) !== false) ? true : false,
 			'image' => 'plugins/images/tabs/tautulli.png',
 			'category' => 'Monitor',
 			'settings' => array(