mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 00:35:26 +03:00
Moved migration routines to their own directory
This commit is contained in:
@@ -15,8 +15,8 @@ namespace Jellyfin.Server.Migrations
|
||||
/// </summary>
|
||||
internal static readonly IUpdater[] Migrations =
|
||||
{
|
||||
new DisableTranscodingThrottling(),
|
||||
new DisableZealousLogging()
|
||||
new Routines.DisableTranscodingThrottling(),
|
||||
new Routines.DisableZealousLogging()
|
||||
};
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -5,7 +5,7 @@ using MediaBrowser.Model.Configuration;
|
||||
using Microsoft.Extensions.Configuration;
|
||||
using Microsoft.Extensions.Logging;
|
||||
|
||||
namespace Jellyfin.Server.Migrations
|
||||
namespace Jellyfin.Server.Migrations.Routines
|
||||
{
|
||||
/// <summary>
|
||||
/// Updater that takes care of bringing configuration up to 10.5.0 standards.
|
||||
@@ -7,7 +7,7 @@ using Microsoft.Extensions.Logging;
|
||||
using Serilog;
|
||||
using ILogger = Microsoft.Extensions.Logging.ILogger;
|
||||
|
||||
namespace Jellyfin.Server.Migrations
|
||||
namespace Jellyfin.Server.Migrations.Routines
|
||||
{
|
||||
/// <summary>
|
||||
/// Updater that takes care of bringing configuration up to 10.5.0 standards.
|
||||
Reference in New Issue
Block a user