mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-02 20:32:52 +01:00
Fixed DbContext usage on Provider
This commit is contained in:
@@ -10,6 +10,11 @@ namespace Jellyfin.Server.Implementations;
|
||||
/// </summary>
|
||||
public interface IJellyfinDatabaseProvider : IAsyncDisposable
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or Sets the Database Factory when initialisaition is done.
|
||||
/// </summary>
|
||||
IDbContextFactory<JellyfinDbContext>? DbContextFactory { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Initialises jellyfins EFCore database access.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user