叶松
2023-12-08 8ff8b4dbccd93d4dbc7976b50148088fef77af0b
hd/pipe/screen/src/main/java/com/thhy/screen/config/StartListener.java
@@ -21,7 +21,7 @@
    @Override
    public void run(ApplicationArguments args){
        try {
        /*try {
            String result = AudioUtils.getGroups();
            if(StringUtils.isEmpty(result)){
                return;
@@ -33,6 +33,6 @@
            }
        } catch (Exception e) {
            throw new RuntimeException(e);
        }
        }*/
    }
}