aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/github/daneren2005/dsub/view/SongView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/github/daneren2005/dsub/view/SongView.java b/src/github/daneren2005/dsub/view/SongView.java
index 0fe19944..630f747f 100644
--- a/src/github/daneren2005/dsub/view/SongView.java
+++ b/src/github/daneren2005/dsub/view/SongView.java
@@ -200,7 +200,7 @@ public class SongView extends UpdateView implements Checkable {
if(loaded) {
setObjectImpl(song, checkedTextView.getVisibility() == View.VISIBLE);
}
- if (downloadService == null) {
+ if (downloadService == null || downloadFile == null) {
return;
}