Fixed empty entry in photo navigation after moving a photo

pull/376/head
Tobias Reich 9 years ago
parent 93570efb99
commit b0300b952a

2
dist/main.js vendored

File diff suppressed because one or more lines are too long

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

Loading…
Cancel
Save