From b7877ad1b3379cb9cabf827d565f75e003da4a2b Mon Sep 17 00:00:00 2001 From: tidusjar Date: Sun, 28 Apr 2019 00:20:08 +0100 Subject: [PATCH] stuff --- src/Ombi.Notifications/BaseNotification.cs | 1 + src/Ombi.Schedule/Jobs/Plex/PlexContentSync.cs | 2 +- src/Ombi/yarn.lock | 7 ++++--- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/Ombi.Notifications/BaseNotification.cs b/src/Ombi.Notifications/BaseNotification.cs index 001f68f45..c9404eb2c 100644 --- a/src/Ombi.Notifications/BaseNotification.cs +++ b/src/Ombi.Notifications/BaseNotification.cs @@ -30,6 +30,7 @@ namespace Ombi.Notifications _log = log; AlbumRepository = album; UserNotificationPreferences = notificationUserPreferences; + Settings.ClearCache(); } protected ISettingsService Settings { get; } diff --git a/src/Ombi.Schedule/Jobs/Plex/PlexContentSync.cs b/src/Ombi.Schedule/Jobs/Plex/PlexContentSync.cs index 63ca7cd34..5fcac05cc 100644 --- a/src/Ombi.Schedule/Jobs/Plex/PlexContentSync.cs +++ b/src/Ombi.Schedule/Jobs/Plex/PlexContentSync.cs @@ -113,7 +113,7 @@ namespace Ombi.Schedule.Jobs.Plex await OmbiQuartz.TriggerJob(nameof(IMediaDatabaseRefresh), "System"); } - if ((processedContent?.HasProcessedEpisodes ?? false) && recentlyAddedSearch) + if ((processedContent?.HasProcessedContent ?? false) && recentlyAddedSearch) { await OmbiQuartz.TriggerJob(nameof(IPlexAvailabilityChecker), "Plex"); diff --git a/src/Ombi/yarn.lock b/src/Ombi/yarn.lock index 95d3e136b..3f35f5f50 100644 --- a/src/Ombi/yarn.lock +++ b/src/Ombi/yarn.lock @@ -855,9 +855,10 @@ body-parser@1.18.3: raw-body "2.3.3" type-is "~1.6.16" -bootstrap@3.4.0: - version "3.4.0" - resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-3.4.0.tgz#f8d77540dd3062283d2ae7687e21c1e691961640" +bootstrap@3.4.1: + version "3.4.1" + resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-3.4.1.tgz#c3a347d419e289ad11f4033e3c4132b87c081d72" + integrity sha512-yN5oZVmRCwe5aKwzRj6736nSmKDX7pLYwsXiCj/EYmo16hODaBiT4En5btW/jhBF/seV+XMx3aYwukYC3A49DA== bootswatch@3.4.0: version "3.4.0"