Fixed empty entry in photo navigation after moving a photo
This commit is contained in:
parent
93570efb99
commit
b0300b952a
BIN
dist/main.js
vendored
BIN
dist/main.js
vendored
Binary file not shown.
@ -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…
Reference in New Issue
Block a user