Example #1
0
 /**
  * @param $hostUid
  * @param $md5sum
  * @return null
  */
 public function checkMd5Known($hostUid, $md5sum)
 {
     $result = $this->dataProvider->findVideoByHostUidMd5Sum($hostUid, $md5sum);
     return count($result) > 0;
 }