* only grab basic movie info from EAs
This commit is contained in:
parent
6879a1336e
commit
306d77538d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue