mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-25 01:08:52 -05:00
* update release-groups
This commit is contained in:
parent
4272995a27
commit
4de4fc65f7
@ -39,7 +39,7 @@ public class ID3Lookup implements MusicIdentificationService {
|
|||||||
try {
|
try {
|
||||||
// artist and song title information is required
|
// artist and song title information is required
|
||||||
String artist = getString(mediaInfo, "Performer", "Composer");
|
String artist = getString(mediaInfo, "Performer", "Composer");
|
||||||
String title = getString(mediaInfo, "Title");
|
String title = getString(mediaInfo, "Title", "Track");
|
||||||
|
|
||||||
if (artist != null && title != null) {
|
if (artist != null && title != null) {
|
||||||
// all other properties are optional
|
// all other properties are optional
|
||||||
|
Loading…
Reference in New Issue
Block a user