getPlayed() public method

public getPlayed ( )
コード例 #1
0
 public function isScrobblable()
 {
     return $this->track->getPlayed() && $this->passed_scrobble_point;
 }