Fixed bug in multiselect, introduced by 6d4df5f.

pull/581/head
Nils Asmussen 8 years ago
parent daf7d37c84
commit ffef7e3d8f

@ -199,7 +199,7 @@ multiselect.getSelection = function(e) {
let id = $(this).data('id')
if (!album.isSmartID(id) && id!=null) {
if (id!=null && id!==0 && !album.isSmartID(id)) {
ids.push(id)
$(this).addClass('active')

Loading…
Cancel
Save