Resolve linter issues

This commit is contained in:
nxshock 2022-11-27 14:33:56 +05:00
parent fc684125cc
commit 87bc382747
3 changed files with 17 additions and 4 deletions

View file

@ -86,7 +86,7 @@ func handleGetM3u(w http.ResponseWriter, r *http.Request) {
w.Header().Set("Content-Type", "audio/x-mpegurl")
w.Header().Set("Accept-Ranges", "none")
w.Write(b)
_, _ = w.Write(b)
}
func handleStream(w http.ResponseWriter, r *http.Request) {