mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03: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