* only grab basic movie info from EAs

This commit is contained in:
Reinhard Pointner 2012-11-09 08:55:27 +00:00
parent 6879a1336e
commit 306d77538d
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ public class MediaDetection {
try { try {
Movie movie = (Movie) xattr.getMetaData(); Movie movie = (Movie) xattr.getMetaData();
if (movie != null) { if (movie != null) {
options.add(movie); options.add(new Movie(movie)); // normalize as movie object
} }
} catch (Exception e) { } catch (Exception e) {
// can't read meta attributes => ignore // can't read meta attributes => ignore