mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-30 04:34:49 +03:00
Fixed DbContext usage on Provider
This commit is contained in:
@@ -11,6 +11,7 @@ using Jellyfin.Server.Implementations;
|
||||
using Jellyfin.Server.Implementations.Activity;
|
||||
using Jellyfin.Server.Implementations.Devices;
|
||||
using Jellyfin.Server.Implementations.Events;
|
||||
using Jellyfin.Server.Implementations.Extensions;
|
||||
using Jellyfin.Server.Implementations.Security;
|
||||
using Jellyfin.Server.Implementations.Trickplay;
|
||||
using Jellyfin.Server.Implementations.Users;
|
||||
@@ -116,9 +117,12 @@ namespace Jellyfin.Server
|
||||
// Jellyfin.Server
|
||||
yield return typeof(CoreAppHost).Assembly;
|
||||
|
||||
// Jellyfin.Server.Implementations
|
||||
// Jellyfin.Database.Implementations
|
||||
yield return typeof(JellyfinDbContext).Assembly;
|
||||
|
||||
// Jellyfin.Server.Implementations
|
||||
yield return typeof(ServiceCollectionExtensions).Assembly;
|
||||
|
||||
// Jellyfin.LiveTv
|
||||
yield return typeof(LiveTvManager).Assembly;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user