Simplify album removal.
[Sone.git] / src / main / java / net / pterodactylus / sone / data / SoneImpl.java
index e929025..1f7ee1a 100644 (file)
@@ -100,7 +100,7 @@ public class SoneImpl implements Sone {
        private final Set<String> likedReplyIds = new CopyOnWriteArraySet<String>();
 
        /** The root album containing all albums. */
-       private final Album rootAlbum = new DefaultAlbum(this);
+       private final Album rootAlbum = new DefaultAlbum(this, null);
 
        /** Sone-specific options. */
        private Options options = new Options();