Example #1
0
 /**
  * Does this song exist?
  *
  * @param $musicid
  *
  * @return bool
  */
 public function Exists($musicid)
 {
     return !$this->database->GetMusic($musicid) ? false : true;
 }