Remove randomId() method from AlbumBuilder.
[Sone.git] / src / main / java / net / pterodactylus / sone / data / impl / DefaultSone.java
index d0c5582..6f77fb4 100644 (file)
@@ -128,7 +128,7 @@ public class DefaultSone implements Sone {
                this.database = database;
                this.id = id;
                this.local = local;
-               rootAlbum = new DefaultAlbumBuilder(database, this, null).randomId().build();
+               rootAlbum = new DefaultAlbumBuilder(database, this, null).build();
        }
 
        //