Selaa lähdekoodia

Fixed AirMusic empty search keyword bug

tobychui 3 vuotta sitten
vanhempi
commit
88877e302c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      web/Music/index.html

+ 1 - 1
web/Music/index.html

@@ -577,7 +577,7 @@
 			return;
 		}
 
-		if (keyword = ""){
+		if (keyword == ""){
 			//Empty keyword. Return nothing
 			return;
 		}