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