Skip to content
Snippets Groups Projects
Commit 736912e2 authored by ale's avatar ale
Browse files

clarify song order in AddPlayLogRequest

parent 19c90ebe
Branches
No related tags found
No related merge requests found
......@@ -31,6 +31,8 @@ type GetManySongsResponse struct {
Results []*Song `json:"results"`
}
// Add an entry to the playlog. Songs are in increasing time order
// (most recently played last).
type AddPlayLogRequest struct {
Songs []SongID `json:"songs"`
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment