mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-29 14:54:08 +01:00
update plugin manifest url
This commit is contained in:
parent
bd55bdb4e3
commit
ff065df986
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Reference in a new issue