mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 14:33:06 +03:00
remove unnecessary property for repository object
This commit is contained in:
@@ -15,7 +15,6 @@ namespace Jellyfin.Server.Migrations.Routines
|
||||
{
|
||||
Name = "Jellyfin Stable",
|
||||
Url = "https://repo.jellyfin.org/releases/plugin/manifest-stable.json",
|
||||
Id = Guid.Parse("3721cd80-b10f-4b26-aecd-74c0f0defe97"),
|
||||
Enabled = true
|
||||
};
|
||||
|
||||
@@ -41,4 +40,4 @@ namespace Jellyfin.Server.Migrations.Routines
|
||||
_serverConfigurationManager.SaveConfiguration();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user