mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02:29 -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>
|
||||
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.
|
Loading…
x
Reference in New Issue
Block a user