diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2020-06-06 18:57:00 +0900 |
|---|---|---|
| committer | dkanada <dkanada@users.noreply.github.com> | 2020-06-06 18:57:00 +0900 |
| commit | d6184dbadd4bb2dc85b28f61d004f334df7b3951 (patch) | |
| tree | d33cbfe67c82fb5e6e4b00d8617b76eaf2e49e25 /Jellyfin.Server/Migrations/Routines/AddDefaultPluginRepository.cs | |
| parent | 1a67a34bd6f88f396574040603eecf072d92f1ba (diff) | |
remove unnecessary property for repository object
Diffstat (limited to 'Jellyfin.Server/Migrations/Routines/AddDefaultPluginRepository.cs')
| -rw-r--r-- | Jellyfin.Server/Migrations/Routines/AddDefaultPluginRepository.cs | 3 |
1 files changed, 1 insertions, 2 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 +} |
