Ejemplo n.º 1
0
 public Song getSongFromSongFile(File songFile) {
   return metaDataProvider.getSongWithMetaDataFromSongFile(songFile);
 }