Merge pull request #1653 from Klu5ure/master

修正拼写错误:重命名 `ZLMMediaServerStatusManger` 为 `ZLMMediaServerStatusManager`,`node_manger.md` 为 `node_manager.md`
pull/1669/head
648540858 2024-10-23 09:59:40 +08:00 committed by GitHub
commit 9b81f8d70d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ import java.util.concurrent.ConcurrentHashMap;
*/ */
@Slf4j @Slf4j
@Component @Component
public class ZLMMediaServerStatusManger { public class ZLMMediaServerStatusManager {
private final Map<Object, MediaServer> offlineZlmPrimaryMap = new ConcurrentHashMap<>(); private final Map<Object, MediaServer> offlineZlmPrimaryMap = new ConcurrentHashMap<>();
private final Map<Object, MediaServer> offlineZlmsecondaryMap = new ConcurrentHashMap<>(); private final Map<Object, MediaServer> offlineZlmsecondaryMap = new ConcurrentHashMap<>();