mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Add owner_id
to playlist
This commit is contained in:
parent
84bbcdbfc2
commit
133fed344f
38 changed files with 173 additions and 100 deletions
|
@ -76,7 +76,7 @@ var _ = Describe("PlaylistRepository", func() {
|
|||
|
||||
It("Put/Exists/Delete", func() {
|
||||
By("saves the playlist to the DB")
|
||||
newPls := model.Playlist{Name: "Great!", Owner: "userid"}
|
||||
newPls := model.Playlist{Name: "Great!", OwnerID: "userid"}
|
||||
newPls.AddTracks([]string{"1004", "1003"})
|
||||
|
||||
By("saves the playlist to the DB")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue