SQLite Hangfire (#1488)

* Update to use SQLIte for Hangfire to retain information on tasks

* Updated all external links to have noopener noreferrer

* When watching folders, ensure the folders exist before creating watchers.

* Tweaked the messaging for Email Service and added link to the project.
This commit is contained in:
Joseph Milazzo 2022-08-28 16:51:45 -05:00 committed by GitHub
parent f0c516ab62
commit 2d834dfc58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 24 additions and 21 deletions

View file

@ -115,6 +115,7 @@ public class LibraryWatcher : ILibraryWatcher
.SelectMany(l => l.Folders)
.Distinct()
.Select(Parser.Parser.NormalizePath)
.Where(_directoryService.Exists)
.ToList();
foreach (var libraryFolder in _libraryFolders)
{