-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
The current method 404s. The correct endpoint is
query := fmt.Sprintf("%s/library/sections/%s/label?type=%s", p.URL, sectionKey, sectionIndex)with a struct of
type LibraryLabels struct {
MediaContainer struct {
ElementType string `json:"_elementType"`
AllowSync bool `json:"allowSync"`
Art string `json:"art"`
Content string `json:"content"`
Identifier string `json:"identifier"`
MediaTagPrefix string `json:"mediaTagPrefix"`
MediaTagVersion int `json:"mediaTagVersion"`
Thumb string `json:"thumb"`
Title1 string `json:"title1"`
Title2 string `json:"title2"`
ViewGroup string `json:"viewGroup"`
ViewMode int `json:"viewMode"`
Directory []struct {
FastKey string `json:"fastKey"`
Key string `json:"key"`
Title string `json:"title"`
} `json:"Directory"`
}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels