From 2df4273ee08425858f93cf86092df45a5a6deecc Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 23 Nov 2014 18:10:41 -0500 Subject: consolidate os display name --- MediaBrowser.Common/IApplicationHost.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MediaBrowser.Common/IApplicationHost.cs') diff --git a/MediaBrowser.Common/IApplicationHost.cs b/MediaBrowser.Common/IApplicationHost.cs index 26e556b1e..c843e828b 100644 --- a/MediaBrowser.Common/IApplicationHost.cs +++ b/MediaBrowser.Common/IApplicationHost.cs @@ -13,6 +13,12 @@ namespace MediaBrowser.Common /// public interface IApplicationHost { + /// + /// Gets the display name of the operating system. + /// + /// The display name of the operating system. + string OperatingSystemDisplayName { get; } + /// /// Gets the name. /// -- cgit v1.2.3