From 4de4fc65f7cf74c1022c1d79cc303f4ed4db0c46 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Thu, 10 Dec 2015 17:10:46 +0000 Subject: [PATCH] * update release-groups --- source/net/filebot/web/ID3Lookup.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/net/filebot/web/ID3Lookup.java b/source/net/filebot/web/ID3Lookup.java index ce9b3d80..8db65649 100644 --- a/source/net/filebot/web/ID3Lookup.java +++ b/source/net/filebot/web/ID3Lookup.java @@ -39,7 +39,7 @@ public class ID3Lookup implements MusicIdentificationService { try { // artist and song title information is required String artist = getString(mediaInfo, "Performer", "Composer"); - String title = getString(mediaInfo, "Title"); + String title = getString(mediaInfo, "Title", "Track"); if (artist != null && title != null) { // all other properties are optional