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/IStartupOptions.cs | |
| parent | 836741f2aa6d2140051a50f746602e4b8c63a231 (diff) | |
initial implementation for custom plugin repositories
Diffstat (limited to 'Emby.Server.Implementations/IStartupOptions.cs')
| -rw-r--r-- | Emby.Server.Implementations/IStartupOptions.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Emby.Server.Implementations/IStartupOptions.cs b/Emby.Server.Implementations/IStartupOptions.cs index 0b9f80538..e7e72c686 100644 --- a/Emby.Server.Implementations/IStartupOptions.cs +++ b/Emby.Server.Implementations/IStartupOptions.cs @@ -37,11 +37,6 @@ namespace Emby.Server.Implementations string RestartArgs { get; } /// <summary> - /// Gets the value of the --plugin-manifest-url command line option. - /// </summary> - string PluginManifestUrl { get; } - - /// <summary> /// Gets the value of the --published-server-url command line option. /// </summary> Uri PublishedServerUrl { get; } |
