Explorar el Código

Fixed AirMusic empty search keyword bug

tobychui hace 3 años
padre
commit
88877e302c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 		}