xMedia_Empty method

bool xMedia_Empty(
  1. XFDataItem item
)

Implementation

bool xMedia_Empty(XFDataItem item) {
  return xMediaListOfMine(item).isEmpty;
}