Removed Untitled fallback for empty album titles

This commit is contained in:
Tobias Reich 2016-03-06 16:51:12 +01:00
parent 071d0c25ec
commit e1dca6205a

View File

@ -110,8 +110,6 @@ album.add = function() {
basicModal.close() basicModal.close()
if (title.length===0) title = 'Untitled'
let params = { let params = {
title title
} }