mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 03:58:14 +00:00
(improvement)(Headless) Change queryMode TAG_MODE to DETAIL_MODE (#1050)
This commit is contained in:
@@ -11,13 +11,13 @@ public enum QueryType {
|
||||
/**
|
||||
* queries with tag-based entity targeting
|
||||
*/
|
||||
TAG,
|
||||
DETAIL,
|
||||
/**
|
||||
* queries with ID-based entity selection
|
||||
*/
|
||||
ID;
|
||||
|
||||
public boolean isNativeAggQuery() {
|
||||
return TAG.equals(this);
|
||||
return DETAIL.equals(this);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user