X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fdata%2FSone.java;h=1279f75f6b5fcb610730afdeb7c21d36afd93b65;hb=c2f9f5293a81bdf2606f56f3822779a4639a1356;hp=31153ffe64cf3eaea2ea524898f4e2ab4f63936f;hpb=20436264b1f2a05c6e3e3e64290656c732e77dba;p=Sone.git diff --git a/src/main/java/net/pterodactylus/sone/data/Sone.java b/src/main/java/net/pterodactylus/sone/data/Sone.java index 31153ff..1279f75 100644 --- a/src/main/java/net/pterodactylus/sone/data/Sone.java +++ b/src/main/java/net/pterodactylus/sone/data/Sone.java @@ -231,7 +231,7 @@ public class Sone implements Identified, Fingerprintable, Comparable { private final Set likedReplyIds = new CopyOnWriteArraySet(); /** The root album containing all albums. */ - private final Album rootAlbum = new Album().setSone(this); + private final Album rootAlbum = new AlbumImpl().setSone(this); /** Sone-specific options. */ private Options options = new Options();