update golangci lint linter list
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// Package ctrlsubsonic provides HTTP handlers for subsonic api
|
||||
package ctrlsubsonic
|
||||
|
||||
import (
|
||||
|
||||
@@ -92,6 +92,7 @@ func (c *Controller) ServeGetMusicDirectory(r *http.Request) *spec.Response {
|
||||
return sub
|
||||
}
|
||||
|
||||
// ServeGetAlbumList handles the getAlbumList view.
|
||||
// changes to this function should be reflected in in _by_tags.go's
|
||||
// getAlbumListTwo() function
|
||||
func (c *Controller) ServeGetAlbumList(r *http.Request) *spec.Response {
|
||||
|
||||
@@ -92,6 +92,7 @@ func (c *Controller) ServeGetAlbum(r *http.Request) *spec.Response {
|
||||
return sub
|
||||
}
|
||||
|
||||
// ServeGetAlbumListTwo handles the getAlbumList2 view.
|
||||
// changes to this function should be reflected in in _by_folder.go's
|
||||
// getAlbumList() function
|
||||
func (c *Controller) ServeGetAlbumListTwo(r *http.Request) *spec.Response {
|
||||
|
||||
@@ -55,7 +55,7 @@ func NewResponse() *Response {
|
||||
}
|
||||
}
|
||||
|
||||
// spec errors:
|
||||
// Error represents a typed error
|
||||
// 0 a generic error
|
||||
// 10 required parameter is missing
|
||||
// 20 incompatible subsonic rest protocol version. client must upgrade
|
||||
|
||||
Reference in New Issue
Block a user