Ver Fonte

Fixed AirMusic empty search keyword bug

tobychui há 3 anos atrás
pai
commit
88877e302c
1 ficheiros alterados com 1 adições e 1 exclusões
  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;
 		}