Handle server disconnections/changes

This commit is contained in:
E1int
2025-08-11 17:15:57 +02:00
parent ff6fa87a0a
commit 59082cd6d6
3 changed files with 33 additions and 7 deletions
+4
View File
@@ -262,3 +262,7 @@ func (s *ServerManager) checkSetInsecureSkipVerify(cli *http.Client) {
}
}
}
func (a *ServerManager) GetServer() mediaprovider.MediaProvider {
return a.Server
}