Parcourir la source

Fixed AirMusic empty search keyword bug

tobychui il y a 3 ans
Parent
commit
88877e302c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;
 		}