diff options
author | Scott Jackson <daneren2005@gmail.com> | 2014-08-25 20:23:54 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2014-08-25 20:23:54 -0700 |
commit | a82635b1f091d22be5596f6fb4c00d1e6daf8c93 (patch) | |
tree | dd9f597ef01cbaa41367916e738108866869ec34 /src | |
parent | 282231d55b4ca3edd210f36aa9f0eb0cc69e0414 (diff) | |
download | dsub-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')
-rw-r--r-- | src/github/daneren2005/dsub/domain/MusicDirectory.java | 1 |
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) { |