mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-11 07:46:05 -07:00
When we do a batch update we need to reset the cache
This commit is contained in:
parent
6f8dc7c224
commit
d1adae1538
1 changed files with 1 additions and 1 deletions
|
@ -112,8 +112,8 @@ namespace PlexRequests.Store.Repository
|
||||||
|
|
||||||
public bool UpdateAll(IEnumerable<RequestBlobs> entity)
|
public bool UpdateAll(IEnumerable<RequestBlobs> entity)
|
||||||
{
|
{
|
||||||
|
ResetCache();
|
||||||
var result = new HashSet<bool>();
|
var result = new HashSet<bool>();
|
||||||
|
|
||||||
using (var db = Db.DbConnection())
|
using (var db = Db.DbConnection())
|
||||||
{
|
{
|
||||||
db.Open();
|
db.Open();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue