diff --git a/PlexRequests.Store/Repository/RequestJsonRepository.cs b/PlexRequests.Store/Repository/RequestJsonRepository.cs index cacd2356e..d02a111b0 100644 --- a/PlexRequests.Store/Repository/RequestJsonRepository.cs +++ b/PlexRequests.Store/Repository/RequestJsonRepository.cs @@ -112,8 +112,8 @@ namespace PlexRequests.Store.Repository public bool UpdateAll(IEnumerable entity) { + ResetCache(); var result = new HashSet(); - using (var db = Db.DbConnection()) { db.Open();