From 01e65c93eeeddff27fc2e0e4833678c5cc2829a0 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 14 Dec 2013 20:17:57 -0500 Subject: updated live tv + nuget --- MediaBrowser.Controller/IServerApplicationPaths.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'MediaBrowser.Controller/IServerApplicationPaths.cs') diff --git a/MediaBrowser.Controller/IServerApplicationPaths.cs b/MediaBrowser.Controller/IServerApplicationPaths.cs index 57cb7c7dd..f8b78299c 100644 --- a/MediaBrowser.Controller/IServerApplicationPaths.cs +++ b/MediaBrowser.Controller/IServerApplicationPaths.cs @@ -26,7 +26,7 @@ namespace MediaBrowser.Controller /// Gets the path to the Images By Name directory /// /// The images by name path. - string ItemsByNamePath { get; set; } + string ItemsByNamePath { get; } /// /// Gets the path to the People directory @@ -51,13 +51,13 @@ namespace MediaBrowser.Controller /// /// The game genre path. string GameGenrePath { get; } - + /// /// Gets the artists path. /// /// The artists path. string ArtistsPath { get; } - + /// /// Gets the path to the Studio directory /// @@ -87,7 +87,7 @@ namespace MediaBrowser.Controller /// /// The media info images path. string MediaInfoImagesPath { get; } - + /// /// Gets the path to the user configuration directory /// -- cgit v1.2.3