diff --git a/backend/templates/songlist.html b/backend/templates/songlist.html
index 10df759..5799757 100644
--- a/backend/templates/songlist.html
+++ b/backend/templates/songlist.html
@@ -67,6 +67,9 @@
e.preventDefault();
submitModal();
});
+ $('#enqueueModal').on('shown.bs.modal', function (e) {
+ $("#singerNameInput").focus();
+ })
});