podcast.setSubtitle(this.subtitle);
podcast.setDescription(this.desc);
podcast.setDateOfCreation(new Date());
podcast.setGenre(GenreEnum.valueOf(selectedGenre));
Channel ch = null;
if (selectedChannel != -1) {
ch = podcastManager.getChannelByID(selectedChannel);
}
podcast.setChannel(ch);