diff options
| author | crobibero <cody@robibe.ro> | 2020-04-21 15:12:04 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-04-21 15:12:04 -0600 |
| commit | 14c94b4e5f6fd7e9ed3483bc2d582f68f8a21c67 (patch) | |
| tree | f5082cbda8d5f207bd00cf06f4f4e32f05c127e9 /Emby.Server.Implementations/ConfigurationOptions.cs | |
| parent | fff2a40ffc4e5010b26143185c68d221225c1a22 (diff) | |
| parent | a2f19eadf739297cbbc99c9082b0175e8b881054 (diff) | |
Merge branch 'api-migration' of https://github.com/jellyfin/jellyfin into redoc
Diffstat (limited to 'Emby.Server.Implementations/ConfigurationOptions.cs')
| -rw-r--r-- | Emby.Server.Implementations/ConfigurationOptions.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ConfigurationOptions.cs b/Emby.Server.Implementations/ConfigurationOptions.cs index 20bdd18e7..db7c35a7c 100644 --- a/Emby.Server.Implementations/ConfigurationOptions.cs +++ b/Emby.Server.Implementations/ConfigurationOptions.cs @@ -18,7 +18,7 @@ namespace Emby.Server.Implementations { { HostWebClientKey, bool.TrueString }, { HttpListenerHost.DefaultRedirectKey, "web/index.html" }, - { InstallationManager.PluginManifestUrlKey, "https://repo.jellyfin.org/releases/plugin/manifest.json" }, + { InstallationManager.PluginManifestUrlKey, "https://repo.jellyfin.org/releases/plugin/manifest-stable.json" }, { FfmpegProbeSizeKey, "1G" }, { FfmpegAnalyzeDurationKey, "200M" }, { PlaylistsAllowDuplicatesKey, bool.TrueString } |
