This commit is contained in:
tidusjar 2019-04-28 00:20:08 +01:00
commit b7877ad1b3
3 changed files with 6 additions and 4 deletions

View file

@ -30,6 +30,7 @@ namespace Ombi.Notifications
_log = log; _log = log;
AlbumRepository = album; AlbumRepository = album;
UserNotificationPreferences = notificationUserPreferences; UserNotificationPreferences = notificationUserPreferences;
Settings.ClearCache();
} }
protected ISettingsService<T> Settings { get; } protected ISettingsService<T> Settings { get; }

View file

@ -113,7 +113,7 @@ namespace Ombi.Schedule.Jobs.Plex
await OmbiQuartz.TriggerJob(nameof(IMediaDatabaseRefresh), "System"); await OmbiQuartz.TriggerJob(nameof(IMediaDatabaseRefresh), "System");
} }
if ((processedContent?.HasProcessedEpisodes ?? false) && recentlyAddedSearch) if ((processedContent?.HasProcessedContent ?? false) && recentlyAddedSearch)
{ {
await OmbiQuartz.TriggerJob(nameof(IPlexAvailabilityChecker), "Plex"); await OmbiQuartz.TriggerJob(nameof(IPlexAvailabilityChecker), "Plex");

View file

@ -855,9 +855,10 @@ body-parser@1.18.3:
raw-body "2.3.3" raw-body "2.3.3"
type-is "~1.6.16" type-is "~1.6.16"
bootstrap@3.4.0: bootstrap@3.4.1:
version "3.4.0" version "3.4.1"
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-3.4.0.tgz#f8d77540dd3062283d2ae7687e21c1e691961640" resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-3.4.1.tgz#c3a347d419e289ad11f4033e3c4132b87c081d72"
integrity sha512-yN5oZVmRCwe5aKwzRj6736nSmKDX7pLYwsXiCj/EYmo16hODaBiT4En5btW/jhBF/seV+XMx3aYwukYC3A49DA==
bootswatch@3.4.0: bootswatch@3.4.0:
version "3.4.0" version "3.4.0"