diff options
| author | Bond-009 <bond.009@outlook.com> | 2019-03-26 19:31:06 +0100 |
|---|---|---|
| committer | Bond-009 <bond.009@outlook.com> | 2019-03-26 19:31:06 +0100 |
| commit | 7343e07fe587b4817f5e80b68359d3193674e6ab (patch) | |
| tree | 81087f26f656faafec981edba7770a214ce6fb39 | |
| parent | b44a70ff368f228fc27a184e2139d288bada85cc (diff) | |
Fix build error
| -rw-r--r-- | MediaBrowser.Controller/IServerApplicationHost.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/IServerApplicationHost.cs b/MediaBrowser.Controller/IServerApplicationHost.cs index 22797aa0d..81b9ff0a5 100644 --- a/MediaBrowser.Controller/IServerApplicationHost.cs +++ b/MediaBrowser.Controller/IServerApplicationHost.cs @@ -83,8 +83,6 @@ namespace MediaBrowser.Controller void EnableLoopback(string appName); - string PackageRuntime { get; } - WakeOnLanInfo[] GetWakeOnLanInfo(); string ExpandVirtualPath(string path); |
