Set Sone of an album in the album builder, use album builder to add albums.
[Sone.git] / src / main / java / net / pterodactylus / sone / database / AlbumDatabase.java
index 01d91b6..446debc 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, AlbumBuilderFactory, AlbumStore {
+public interface AlbumDatabase extends AlbumProvider, AlbumStore {
 
        /* nothing here. */