Explorar o código

Fixed AirMusic empty search keyword bug

tobychui %!s(int64=3) %!d(string=hai) anos
pai
achega
88877e302c
Modificáronse 1 ficheiros con 1 adicións e 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;
 		}