aboutsummaryrefslogtreecommitdiff
path: root/src/github
diff options
context:
space:
mode:
Diffstat (limited to 'src/github')
-rw-r--r--src/github/daneren2005/dsub/domain/MusicDirectory.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/github/daneren2005/dsub/domain/MusicDirectory.java b/src/github/daneren2005/dsub/domain/MusicDirectory.java
index 0cff955d..3d199522 100644
--- a/src/github/daneren2005/dsub/domain/MusicDirectory.java
+++ b/src/github/daneren2005/dsub/domain/MusicDirectory.java
@@ -133,6 +133,7 @@ public class MusicDirectory implements Serializable {
private boolean starred;
private Integer rating;
private Bookmark bookmark;
+ private int type;
private int closeness;
public void loadMetadata(File file) {