Example #1
0
 public Track[] getTracksInPlaylist(TrackDatabase db) {
   return db.getTracksInPlaylist(this.playlistID);
 }