Make fields songCount, duration, created and changed mandatory in playlists responses (fixes #164)
This commit is contained in:
@@ -246,8 +246,8 @@ var _ = Describe("Responses", func() {
|
||||
Duration: 120,
|
||||
Public: true,
|
||||
Owner: "admin",
|
||||
Created: ×tamp,
|
||||
Changed: ×tamp,
|
||||
Created: timestamp,
|
||||
Changed: timestamp,
|
||||
}
|
||||
pls[1] = Playlist{Id: "222", Name: "bbb"}
|
||||
response.Playlists.Playlist = pls
|
||||
|
||||
Reference in New Issue
Block a user