diff --git a/data/interfaces/default/base.html b/data/interfaces/default/base.html
index c1d484fc..7b53f1d3 100644
--- a/data/interfaces/default/base.html
+++ b/data/interfaces/default/base.html
@@ -119,7 +119,7 @@
$(document).ready(function() {
$('form:first *:input[type!=hidden]:first').focus();
try{
- var type = window.localStorage.getItem('search_type');
+ var type = window.localStorage.getItem('search_type') || "artist";
$("#search_type").val(type);
} catch(e) {
}