mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-12 04:27:39 +00:00
[improvement][headless]Adapt to new master version.
This commit is contained in:
@@ -39,4 +39,11 @@ public class Ontology {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String getDatabaseVersion() {
|
||||||
|
if (Objects.nonNull(database)) {
|
||||||
|
return database.getVersion();
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user