From 770a16ece3d38456a0b448e3ce2d789d3ceafe41 Mon Sep 17 00:00:00 2001 From: Deluan Date: Thu, 24 Mar 2016 14:08:19 -0400 Subject: [PATCH] Update --- engine/playlists.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/playlists.go b/engine/playlists.go index 9eb187e1a..e929d0078 100644 --- a/engine/playlists.go +++ b/engine/playlists.go @@ -83,7 +83,7 @@ func (p *playlists) Update(playlistId string, name *string, idsToAdd []string, i return err } } - p.plsRepo.Put(pl) + p.plsRepo.Put(pl) // Ignores errors, as any changes will be overridden in the next scan return nil }