diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2020-06-04 23:57:57 +0900 |
|---|---|---|
| committer | dkanada <dkanada@users.noreply.github.com> | 2020-06-04 23:57:57 +0900 |
| commit | b7f4b8e2b5a61e3784b3e5dc68c1123bddbff264 (patch) | |
| tree | 52973ae8430ceeb62bb877a0fd6680d518d3b6b8 /Emby.Server.Implementations/ConfigurationOptions.cs | |
| parent | 836741f2aa6d2140051a50f746602e4b8c63a231 (diff) | |
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 } |
