mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-05-22 07:32:33 -04:00
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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user