public void setGenre(String genre) {
   if (tag != null) {
     tag.setGenre(genre);
   }
 }