diff --git a/source/net/filebot/web/ID3Lookup.java b/source/net/filebot/web/ID3Lookup.java index 75390ac6..ce9b3d80 100644 --- a/source/net/filebot/web/ID3Lookup.java +++ b/source/net/filebot/web/ID3Lookup.java @@ -45,7 +45,7 @@ public class ID3Lookup implements MusicIdentificationService { // all other properties are optional String album = getString(mediaInfo, "Album"); String albumArtist = getString(mediaInfo, "Album/Performer"); - String trackTitle = null; + String trackTitle = getString(mediaInfo, "Track"); SimpleDate albumReleaseDate = null; Integer mediumIndex = null; Integer mediumCount = null;