From fcf127219c9128139e65ccd67024cc145c732858 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Sat, 31 Aug 2013 11:46:35 -0700 Subject: Syntax error --- src/github/daneren2005/dsub/view/SongView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/github/daneren2005') diff --git a/src/github/daneren2005/dsub/view/SongView.java b/src/github/daneren2005/dsub/view/SongView.java index f76f4f2a..5a334cd0 100644 --- a/src/github/daneren2005/dsub/view/SongView.java +++ b/src/github/daneren2005/dsub/view/SongView.java @@ -166,7 +166,7 @@ public class SongView extends UpdateView implements Checkable { isStarred = song.isStarred(); // Check if needs to load metadata: check against all fields that we know are null in offline mode - if(song.getBitrate() == null && song.getDuration() == null && song.getDiscNumber() == null && isWorkDone) { + if(song.getBitRate() == null && song.getDuration() == null && song.getDiscNumber() == null && isWorkDone) { song.loadMetadata(downloadFile.getCompleteFile()); } } -- cgit v1.2.3