Browse Source

Removed Untitled fallback for empty album titles

Tobias Reich 8 years ago
parent
commit
e1dca6205a
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/scripts/album.js

+ 0 - 2
src/scripts/album.js

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