implement library browsing for Subsonic

This commit is contained in:
Drew Weymouth
2025-07-12 12:43:55 -07:00
parent 9c56429ed4
commit d701375d35
9 changed files with 99 additions and 22 deletions
+5
View File
@@ -32,6 +32,11 @@ const (
ReleaseTypeSpokenWord ReleaseType = 0x8000
)
type Library struct {
ID string
Name string
}
type ItemDate struct {
Year *int
Month *int