this.genre = this.source.getGenre(itTrack.getGenre());
this.genre.addTrack(this);
this.artworks = null; // Lazy initialization
this.eq = null; // Lazy initialization
} catch (ObjectDeletedException e) {
throw new JitcaInitializationError("Track could not be initialized, because Object is deleted!");
}
}