diff options
| author | Vasily <JustAMan@users.noreply.github.com> | 2020-04-21 01:45:52 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-21 01:45:52 +0300 |
| commit | 07143bcb68f010c59274bbe8e7c0e03a843e916b (patch) | |
| tree | 892b17bc230093768e4d9fc3cb3fcf2b823d6d4d /Emby.Server.Implementations/ConfigurationOptions.cs | |
| parent | 32ccab32bf49cd87a13aa3e6344a0736c51b0ff7 (diff) | |
| parent | e6ef680775be122c3fcfbe64d4b8d868197b6f5e (diff) | |
Merge pull request #2466 from dkanada/plugin
Update plugin classes for nightly builds
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 } |
