remove dependency on common from mediabrowser

This commit is contained in:
Harvey Tindall
2021-03-29 20:57:13 +01:00
parent 40808bdcb9
commit 1cf8d3037b
6 changed files with 27 additions and 20 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"log"
)
// TimeoutHandler recovers from an http timeout.
// TimeoutHandler recovers from an http timeout or panic.
type TimeoutHandler func()
// NewTimeoutHandler returns a new Timeout handler.