feat(playlists): merge sync with RP

This commit is contained in:
Torkel Ödegaard
2016-01-18 16:05:38 +01:00
2 changed files with 4 additions and 1 deletions

View File

@@ -180,6 +180,7 @@ func CreatePlaylist(c *middleware.Context, cmd m.CreatePlaylistCommand) Response
func UpdatePlaylist(c *middleware.Context, cmd m.UpdatePlaylistCommand) Response {
cmd.OrgId = c.OrgId
if err := bus.Dispatch(&cmd); err != nil {
return ApiError(500, "Failed to save playlist", err)
}