mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-12 18:50:23 +01:00
moved media streams to the database
This commit is contained in:
@@ -394,7 +394,7 @@ namespace MediaBrowser.ServerApplication
|
||||
/// <returns>Task.</returns>
|
||||
private async Task ConfigureUserDataRepositories()
|
||||
{
|
||||
var repo = new SqliteUserDataRepository(ApplicationPaths, JsonSerializer, LogManager);
|
||||
var repo = new SqliteUserDataRepository(ApplicationPaths, LogManager);
|
||||
|
||||
await repo.Initialize().ConfigureAwait(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user