Call super method to get the tracks.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 19 Apr 2012 14:03:24 +0000 (16:03 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 19 Apr 2012 14:03:24 +0000 (16:03 +0200)
src/main/java/net/pterodactylus/demoscenemusic/data/DataManager.java

index ea02550..928eebc 100644 (file)
@@ -200,7 +200,7 @@ public class DataManager {
 
                public Collection<Track> tracks() {
                        tracks.get();
-                       return value("tracks", Collection.class).get();
+                       return super.tracks();
                }
 
        }