Implement byYear and byGenre AlbumLists

This commit is contained in:
Deluan
2020-04-17 19:57:26 -04:00
committed by Deluan Quintão
parent 69dc4d97b3
commit 95f658336c
3 changed files with 69 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ import (
"github.com/go-chi/chi"
)
const Version = "1.8.0"
const Version = "1.10.1"
type Handler = func(http.ResponseWriter, *http.Request) (*responses.Subsonic, error)