From 8ff8b4dbccd93d4dbc7976b50148088fef77af0b Mon Sep 17 00:00:00 2001 From: 叶松 <2217086471@qq.com> Date: 星期五, 08 十二月 2023 08:56:26 +0800 Subject: [PATCH] Merge branch 'master' of http://111.30.93.211:10101/r/supipe --- hd/pipe/screen/src/main/java/com/thhy/screen/config/StartListener.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hd/pipe/screen/src/main/java/com/thhy/screen/config/StartListener.java b/hd/pipe/screen/src/main/java/com/thhy/screen/config/StartListener.java index ac976ce..f6840ff 100644 --- a/hd/pipe/screen/src/main/java/com/thhy/screen/config/StartListener.java +++ b/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); - } + }*/ } } -- Gitblit v1.9.3