mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
stuff
This commit is contained in:
parent
955329e0f5
commit
b7877ad1b3
3 changed files with 6 additions and 4 deletions
|
@ -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; }
|
||||||
|
|
|
@ -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");
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue