소스 검색

Fixed AirMusic empty search keyword bug

tobychui 3 년 전
부모
커밋
88877e302c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
 		}