This commit is contained in:
Deluan
2016-03-24 14:08:19 -04:00
parent db8c09d503
commit 770a16ece3
+1 -1
View File
@@ -83,7 +83,7 @@ func (p *playlists) Update(playlistId string, name *string, idsToAdd []string, i
return err return err
} }
} }
p.plsRepo.Put(pl) p.plsRepo.Put(pl) // Ignores errors, as any changes will be overridden in the next scan
return nil return nil
} }