Use unique IDs for images
[Sone.git] / src / main / java / net / pterodactylus / sone / data / Image.java
index 22ddc29..f2ef88d 100644 (file)
@@ -30,6 +30,7 @@ public interface Image extends Identified, Fingerprintable {
         * @return The ID of this image
         */
        String getId();
+       String getInternalId();
 
        /**
         * Returns the Sone this image belongs to.