diff --git a/PlexRequests.Services/Jobs/PlexEpisodeCacher.cs b/PlexRequests.Services/Jobs/PlexEpisodeCacher.cs index 1fe430a56..f31fcb9f0 100644 --- a/PlexRequests.Services/Jobs/PlexEpisodeCacher.cs +++ b/PlexRequests.Services/Jobs/PlexEpisodeCacher.cs @@ -127,7 +127,7 @@ namespace PlexRequests.Services.Jobs } // Delete all of the current items - Repo.DeleteAll(TableName); + //Repo.DeleteAll(TableName); Log.Debug("Inserting The following (1st item)"); Log.Debug(entities.FirstOrDefault().DumpJson());