mirror of
https://github.com/nxshock/promodj.git
synced 2025-07-05 00:23:11 +05:00
Resolve linter issues
This commit is contained in:
parent
fc684125cc
commit
87bc382747
3 changed files with 17 additions and 4 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue