add getArtistInfo stub
This commit is contained in:
@@ -204,3 +204,7 @@ func (c *Controller) ServeSearchTwo(r *http.Request) *spec.Response {
|
||||
sub.SearchResultTwo = results
|
||||
return sub
|
||||
}
|
||||
|
||||
func (c *Controller) ServeGetArtistInfo(r *http.Request) *spec.Response {
|
||||
return spec.NewResponse()
|
||||
}
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
package ctrlsubsonic
|
||||
|
||||
// NOTE: when these are implemented, they should be moved to their
|
||||
// respective _by_folder or _by_tag file
|
||||
Reference in New Issue
Block a user