aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Jellyfin.Server/Migrations/Routines/AddDefaultPluginRepository.cs3
-rw-r--r--MediaBrowser.Model/Updates/RepositoryInfo.cs6
2 files changed, 1 insertions, 8 deletions
diff --git a/Jellyfin.Server/Migrations/Routines/AddDefaultPluginRepository.cs b/Jellyfin.Server/Migrations/Routines/AddDefaultPluginRepository.cs
index 7514aa82f..b6004adef 100644
--- a/Jellyfin.Server/Migrations/Routines/AddDefaultPluginRepository.cs
+++ b/Jellyfin.Server/Migrations/Routines/AddDefaultPluginRepository.cs
@@ -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();
}
}
-} \ No newline at end of file
+}
diff --git a/MediaBrowser.Model/Updates/RepositoryInfo.cs b/MediaBrowser.Model/Updates/RepositoryInfo.cs
index c07abc809..b0dc3593a 100644
--- a/MediaBrowser.Model/Updates/RepositoryInfo.cs
+++ b/MediaBrowser.Model/Updates/RepositoryInfo.cs
@@ -20,12 +20,6 @@ namespace MediaBrowser.Model.Updates
public string Url { get; set; }
/// <summary>
- /// Gets or sets the ID.
- /// </summary>
- /// <value>The ID.</value>
- public Guid Id { get; set; }
-
- /// <summary>
/// Gets or sets the enabled status of the repository.
/// </summary>
/// <value>The enabled status.</value>