Fixed empty entry in photo navigation after moving a photo

This commit is contained in:
Tobias Reich 2015-07-17 10:09:05 +02:00
parent 93570efb99
commit b0300b952a
2 changed files with 1 additions and 1 deletions

BIN
dist/main.js vendored

Binary file not shown.

View File

@ -365,7 +365,7 @@ photo.setAlbum = function(photoIDs, albumID) {
}
album.json.content[id] = null
delete album.json.content[id]
view.album.content.delete(id)
})