When we do a batch update we need to reset the cache

This commit is contained in:
tidusjar 2016-03-19 15:57:39 +00:00
parent 6f8dc7c224
commit d1adae1538

View file

@ -112,8 +112,8 @@ namespace PlexRequests.Store.Repository
public bool UpdateAll(IEnumerable<RequestBlobs> entity)
{
ResetCache();
var result = new HashSet<bool>();
using (var db = Db.DbConnection())
{
db.Open();