Change album ID to be unique, add internal ID
[Sone.git] / src / main / java / net / pterodactylus / sone / data / Album.java
index c75088f..b4c6b0f 100644 (file)
@@ -107,6 +107,7 @@ public interface Album extends Identified, Fingerprintable {
         * @return The ID of this album
         */
        String getId();
+       String getInternalId();
 
        /**
         * Returns the Sone this album belongs to.