|
|
|
@ -8,8 +8,8 @@ using Jellyfin.Data.Entities.Security;
|
|
|
|
|
using Jellyfin.Data.Interfaces;
|
|
|
|
|
using Microsoft.EntityFrameworkCore;
|
|
|
|
|
|
|
|
|
|
namespace Jellyfin.Server.Implementations
|
|
|
|
|
{
|
|
|
|
|
namespace Jellyfin.Server.Implementations;
|
|
|
|
|
|
|
|
|
|
/// <inheritdoc/>
|
|
|
|
|
public class JellyfinDb : DbContext
|
|
|
|
|
{
|
|
|
|
@ -158,4 +158,3 @@ namespace Jellyfin.Server.Implementations
|
|
|
|
|
modelBuilder.ApplyConfigurationsFromAssembly(typeof(JellyfinDb).Assembly);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|