Added Hangfire and Hangfire SQLite extension for future task framework. Added a basic directory scanning implementation.
This commit is contained in:
parent
b899157015
commit
b3f210a8ab
6 changed files with 169 additions and 2 deletions
|
|
@ -17,6 +17,6 @@ namespace API.Interfaces
|
|||
/// <returns></returns>
|
||||
Task<bool> LibraryExists(string libraryName);
|
||||
|
||||
Task<IEnumerable<LibraryDto>> GetLibrariesForUserAsync(AppUser user);
|
||||
public Task<LibraryDto> GetLibraryForIdAsync(int libraryId);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue