Exemple #1
0
 public function incrementSkips()
 {
     SongDao::incrementUsingId($this->track_id, TSongs::T_SKIPPED);
 }