Show content when navigation to albums

This commit is contained in:
Tobias Reich 2016-03-06 20:35:00 +01:00
parent a60b4cc454
commit 2fed632b5c

View File

@ -217,6 +217,7 @@ lychee.load = function() {
// Show Albums // Show Albums
if (visible.photo()) view.photo.hide() if (visible.photo()) view.photo.hide()
lychee.content.show()
albums.load() albums.load()
} }