@@ -1,5 +1,5 @@
<?php
-if(!$contentData) {
+if(!$contentData || !isset($contentData['items'])) {
$contentData = [
"count" => 1,
"unknown" => false,