mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-14 06:06:41 +00:00
update item queries
This commit is contained in:
@@ -24,7 +24,7 @@ namespace MediaBrowser.Server.Implementations.Persistence
|
||||
private readonly IServerConfigurationManager _config;
|
||||
private readonly IFileSystem _fileSystem;
|
||||
|
||||
public const int MigrationVersion = 1;
|
||||
public const int MigrationVersion = 2;
|
||||
|
||||
public CleanDatabaseScheduledTask(ILibraryManager libraryManager, IItemRepository itemRepo, ILogger logger, IServerConfigurationManager config, IFileSystem fileSystem)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user