浏览代码

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;
 		}