diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-07-27 18:01:29 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-07-27 18:01:29 -0400 |
| commit | 063675bb07f78f99738a3ada061f3e2c16c9cda0 (patch) | |
| tree | f544ea1e036d7de72fa4a62114e82666f31e2868 /MediaBrowser.Controller/IServerApplicationHost.cs | |
| parent | 37c27a26e90b7eff62cec9e2b6a6c003e79fcbe4 (diff) | |
updated nuget
Diffstat (limited to 'MediaBrowser.Controller/IServerApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Controller/IServerApplicationHost.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/IServerApplicationHost.cs b/MediaBrowser.Controller/IServerApplicationHost.cs index 21f5fa87a..49061e05c 100644 --- a/MediaBrowser.Controller/IServerApplicationHost.cs +++ b/MediaBrowser.Controller/IServerApplicationHost.cs @@ -40,5 +40,11 @@ namespace MediaBrowser.Controller /// </summary> /// <value><c>true</c> if this instance has update available; otherwise, <c>false</c>.</value> bool HasUpdateAvailable { get; } + + /// <summary> + /// Gets or sets the server identifier. + /// </summary> + /// <value>The server identifier.</value> + string ServerId { get; } } } |
