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