This commit is contained in:
Alex Ballas
2024-12-28 16:17:57 +02:00
parent cec5657f45
commit 1611920e65

View File

@@ -49,7 +49,7 @@ type osFileType struct {
path string
}
// AddHandler dynamically adds a new handler. Currenly used by the gapless playback logic where we use
// AddHandler dynamically adds a new handler. Currently used by the gapless playback logic where we use
// the same server to serve multiple media files.
func (s *HTTPserver) AddHandler(path string, payload *soapcalls.TVPayload, media interface{}) {
s.mu.Lock()