@churchapps/content-providers 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -12463,7 +12463,7 @@ var JesusFilmProvider = class {
12463
12463
  `/media-components?filter=master&subTypes=${subType}&languageIds=${LANGUAGE_ID}&limit=100`
12464
12464
  );
12465
12465
  return data._embedded.mediaComponents.map((item) => {
12466
- const isLeaf = item.componentType === "content";
12466
+ const isLeaf = item.containsCount === 0;
12467
12467
  return createFolder(
12468
12468
  item.mediaComponentId,
12469
12469
  item.title,