aboutsummaryrefslogtreecommitdiff
path: root/src/github
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2014-08-25 20:23:54 -0700
committerScott Jackson <daneren2005@gmail.com>2014-08-25 20:23:54 -0700
commita82635b1f091d22be5596f6fb4c00d1e6daf8c93 (patch)
treedd9f597ef01cbaa41367916e738108866869ec34 /src/github
parent282231d55b4ca3edd210f36aa9f0eb0cc69e0414 (diff)
downloaddsub-a82635b1f091d22be5596f6fb4c00d1e6daf8c93.tar.gz
dsub-a82635b1f091d22be5596f6fb4c00d1e6daf8c93.tar.bz2
dsub-a82635b1f091d22be5596f6fb4c00d1e6daf8c93.zip
Add type placeholder so doesn't kill all serializations if needed later
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) {