Add album builder creation to memory database.
[Sone.git] / src / main / java / net / pterodactylus / sone / database / AlbumDatabase.java
index 446debc..01d91b6 100644 (file)
@@ -23,7 +23,7 @@ package net.pterodactylus.sone.database;
  *
  * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
  */
-public interface AlbumDatabase extends AlbumProvider, AlbumStore {
+public interface AlbumDatabase extends AlbumProvider, AlbumBuilderFactory, AlbumStore {
 
        /* nothing here. */