Skip to content
Snippets Groups Projects
Commit 02e95803 authored by Lars Brodin Østby's avatar Lars Brodin Østby
Browse files

Update ViewAlbum.java

parent 364eaf44
No related branches found
No related tags found
2 merge requests!165Weekly merge to Master,!132Need valdig title at album
Pipeline #79307 passed
......@@ -82,7 +82,7 @@ public class ViewAlbum implements Initializable {
Long currentAlbumId = App.ex.getChosenAlbumId();
Optional<Album> foundAlbum = albumService.getAlbumById(currentAlbumId);
foundAlbum. ifPresent(album -> {
foundAlbum.ifPresent(album -> {
currentAlbum = album;
NTNU.IDATT1002.models.Image titleImage = album.getImages().
get(0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment