diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2020-06-22 22:08:43 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-22 22:08:43 +0900 |
| commit | 552a358c9c0e8787cf40fca17b0c8d1b41c92093 (patch) | |
| tree | 865a78811d669449e52525c4c88bc17650261756 /Emby.Server.Implementations/ConfigurationOptions.cs | |
| parent | c3349038c4270c65caa46b148ef6802f083e5e19 (diff) | |
| parent | 3d65cbdf0794c71fe488564c782e6ca099db5312 (diff) | |
Merge pull request #3244 from jellyfin/custom-repos
Initial implementation for custom plugin repositories
Diffstat (limited to 'Emby.Server.Implementations/ConfigurationOptions.cs')
| -rw-r--r-- | Emby.Server.Implementations/ConfigurationOptions.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ConfigurationOptions.cs b/Emby.Server.Implementations/ConfigurationOptions.cs index dea9b6682..ff7ee085f 100644 --- a/Emby.Server.Implementations/ConfigurationOptions.cs +++ b/Emby.Server.Implementations/ConfigurationOptions.cs @@ -17,7 +17,6 @@ namespace Emby.Server.Implementations { { HostWebClientKey, bool.TrueString }, { HttpListenerHost.DefaultRedirectKey, "web/index.html" }, - { InstallationManager.PluginManifestUrlKey, "https://repo.jellyfin.org/releases/plugin/manifest-stable.json" }, { FfmpegProbeSizeKey, "1G" }, { FfmpegAnalyzeDurationKey, "200M" }, { PlaylistsAllowDuplicatesKey, bool.TrueString } |
