From 4390e2f7108f24f89a1bf7ef9f6f7c9c57b4f221 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 23 Apr 2013 15:17:21 -0400 Subject: #35 - Make IBN path configurable --- MediaBrowser.Model/Configuration/ServerConfiguration.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MediaBrowser.Model/Configuration/ServerConfiguration.cs') diff --git a/MediaBrowser.Model/Configuration/ServerConfiguration.cs b/MediaBrowser.Model/Configuration/ServerConfiguration.cs index 554e7afd1..522b2a4f8 100644 --- a/MediaBrowser.Model/Configuration/ServerConfiguration.cs +++ b/MediaBrowser.Model/Configuration/ServerConfiguration.cs @@ -39,6 +39,12 @@ namespace MediaBrowser.Model.Configuration /// The weather location. public string WeatherLocation { get; set; } + /// + /// Gets or sets the item by name path. + /// + /// The item by name path. + public string ItemsByNamePath { get; set; } + /// /// Gets or sets the weather unit to use when displaying weather /// -- cgit v1.2.3