Account for empty cache during export.

This commit is contained in:
Abdulmhsen B. A. A
2022-06-07 15:01:23 +03:00
parent 6fd7747a33
commit 0e86cd2a53

View File

@@ -1539,7 +1539,7 @@ class PlexServer implements ServerInterface
]
);
},
includeParent: false
includeParent: false === count(ag($this->cache, 'shows', [])) > 1,
);
}