mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-13 04:57:28 +00:00
(fix)(headless)Empty filters should not give prompt info.
This commit is contained in:
@@ -179,7 +179,7 @@ public class NatureHelper {
|
||||
}
|
||||
|
||||
public static Long parseIdFromNature(String nature, int index) {
|
||||
if(nature.startsWith("_")){ // 框架的字典都是以_开头的
|
||||
if (nature.startsWith("_")) { // 框架的字典都是以_开头的
|
||||
try {
|
||||
String[] split = nature.split(DictWordType.NATURE_SPILT);
|
||||
if (split.length > index) {
|
||||
|
||||
Reference in New Issue
Block a user