run gofumpt / format comments / comment blocks
This commit is contained in:
@@ -75,8 +75,8 @@ func NewArtistByTags(a *db.Artist) *Artist {
|
||||
|
||||
func NewGenre(g *db.Genre) *Genre {
|
||||
return &Genre{
|
||||
Name: g.Name,
|
||||
Name: g.Name,
|
||||
AlbumCount: g.AlbumCount,
|
||||
SongCount: g.TrackCount,
|
||||
SongCount: g.TrackCount,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -63,7 +63,6 @@ func NewResponse() *Response {
|
||||
// 50 user is not authorized for the given operation
|
||||
// 60 the trial period for the subsonic server is over
|
||||
// 70 the requested data was not found
|
||||
|
||||
type Error struct {
|
||||
Code int `xml:"code,attr" json:"code"`
|
||||
Message string `xml:"message,attr" json:"message"`
|
||||
|
||||
Reference in New Issue
Block a user