From d06097a825dc36c25ac688e25b253e088880ad70 Mon Sep 17 00:00:00 2001 From: Light <47911535+LightAPIs@users.noreply.github.com> Date: Thu, 16 Jun 2022 19:32:06 +0800 Subject: [PATCH] fix: Syntax Error --- netease.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netease.php b/netease.php index e79be38..8fded2f 100644 --- a/netease.php +++ b/netease.php @@ -61,7 +61,7 @@ class LudysuNetEaseLrc { if (count($exactMatchArray) != 0) { $songArray = $exactMatchArray; - } else if (count($partialMatchArray != 0)) { + } else if (count($partialMatchArray) != 0) { $songArray = $partialMatchArray; }