diff options
| author | crobibero <cody@robibe.ro> | 2020-06-05 13:23:38 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-06-05 13:23:38 -0600 |
| commit | 340624c54b7816e6ed4bff672abbdc33f5ac5966 (patch) | |
| tree | 91f94040bd6cc5bcf221eee41be2f19666989edd /MediaBrowser.Model/Configuration/ServerConfiguration.cs | |
| parent | b7f4b8e2b5a61e3784b3e5dc68c1123bddbff264 (diff) | |
Move default repo addition to migration
Diffstat (limited to 'MediaBrowser.Model/Configuration/ServerConfiguration.cs')
| -rw-r--r-- | MediaBrowser.Model/Configuration/ServerConfiguration.cs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/MediaBrowser.Model/Configuration/ServerConfiguration.cs b/MediaBrowser.Model/Configuration/ServerConfiguration.cs index b8ec1c710..b4a542b1b 100644 --- a/MediaBrowser.Model/Configuration/ServerConfiguration.cs +++ b/MediaBrowser.Model/Configuration/ServerConfiguration.cs @@ -304,17 +304,6 @@ namespace MediaBrowser.Model.Configuration SortRemoveCharacters = new[] { ",", "&", "-", "{", "}", "'" }; SortRemoveWords = new[] { "the", "a", "an" }; - PluginRepositories = new List<RepositoryInfo> - { - new RepositoryInfo - { - Name = "Jellyfin Stable", - Url = "https://repo.jellyfin.org/releases/plugin/manifest-stable.json", - Id = Guid.Parse("3721cd80-b10f-4b26-aecd-74c0f0defe97"), - Enabled = true - } - }; - BaseUrl = string.Empty; UICulture = "en-US"; |
