Move method to remove image from Album to Image.
[Sone.git] / src / main / java / net / pterodactylus / sone / data / Image.java
index 82c831d..3fbcc02 100644 (file)
@@ -106,6 +106,8 @@ public interface Image extends Identified, Fingerprintable {
 
        Modifier modify() throws IllegalStateException;
 
+       void remove() throws IllegalStateException;
+
        interface Modifier {
 
                Modifier setKey(String key);