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.Model/System/SystemInfo.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MediaBrowser.Model/System') diff --git a/MediaBrowser.Model/System/SystemInfo.cs b/MediaBrowser.Model/System/SystemInfo.cs index ade4e96fd..d475517dc 100644 --- a/MediaBrowser.Model/System/SystemInfo.cs +++ b/MediaBrowser.Model/System/SystemInfo.cs @@ -98,6 +98,12 @@ namespace MediaBrowser.Model.System /// The items by name path. public string ItemsByNamePath { get; set; } + /// + /// Gets or sets the cache path. + /// + /// The cache path. + public string CachePath { get; set; } + /// /// Gets or sets the log path. /// -- cgit v1.2.3