mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
Removed redundant Collection Initializers
Removed Using directives that are not required
This commit is contained in:
@@ -362,9 +362,7 @@ namespace MediaBrowser.Server.Startup.Common
|
||||
|
||||
private void PerformPreInitMigrations()
|
||||
{
|
||||
var migrations = new List<IVersionMigration>
|
||||
{
|
||||
};
|
||||
var migrations = new List<IVersionMigration>();
|
||||
|
||||
foreach (var task in migrations)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user