15
server/ctrlsubsonic/handlers_unimplemented.go
Normal file
15
server/ctrlsubsonic/handlers_unimplemented.go
Normal file
@@ -0,0 +1,15 @@
|
||||
package ctrlsubsonic
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
|
||||
"go.senan.xyz/gonic/server/ctrlsubsonic/spec"
|
||||
)
|
||||
|
||||
func (c *Controller) ServeGetPodcasts(r *http.Request) *spec.Response {
|
||||
sub := spec.NewResponse()
|
||||
sub.Podcasts = &spec.Podcasts{
|
||||
List: []struct{}{},
|
||||
}
|
||||
return sub
|
||||
}
|
||||
Reference in New Issue
Block a user