Add method to get all images of an album to ImageProvider.
[Sone.git] / src / main / java / net / pterodactylus / sone / database / memory / MemoryImage.java
2014-02-28 David ‘Bombe’ RodenMove methods to move an image up and down to Image.
2014-02-28 David ‘Bombe’ RodenMove method to remove image from Album to Image.
2014-02-28 David ‘Bombe’ RodenAdd in-memory implementation of an image and its builder.