diff --git a/plugin/CustomizeAdvanced/CustomizeAdvanced.php b/plugin/CustomizeAdvanced/CustomizeAdvanced.php index 4f3fbafe91e7..7b992b93cf37 100644 --- a/plugin/CustomizeAdvanced/CustomizeAdvanced.php +++ b/plugin/CustomizeAdvanced/CustomizeAdvanced.php @@ -134,6 +134,7 @@ public static function getDataObjectAdvanced() { 'CategoryLabel', 'ShowAllVideosOnCategory', 'hideCategoryVideosCount', + 'categoryLiveCount', 'hideEditAdvancedFromVideosManager', 'paidOnlyUsersTellWhatVideoIs', 'paidOnlyShowLabels', @@ -359,6 +360,7 @@ public function getEmptyDataObject() { $obj->ShowAllVideosOnCategory = false; $obj->hideCategoryVideosCount = false; $obj->hideEditAdvancedFromVideosManager = false; + $obj->categoryLiveCount = true; //ver 7.1 $obj->paidOnlyUsersTellWhatVideoIs = false;