initial implementation for custom plugin repositories

This commit is contained in:
dkanada
2020-06-04 23:57:57 +09:00
parent 836741f2aa
commit b7f4b8e2b5
9 changed files with 106 additions and 34 deletions

View File

@@ -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 }