aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/System
diff options
context:
space:
mode:
authorTim Hobbs <jesus.tesh@gmail.com>2014-03-31 14:39:27 -0700
committerTim Hobbs <jesus.tesh@gmail.com>2014-03-31 14:39:27 -0700
commitf4f76a1a5bcdef2ea3eb77101d70959bd70cb8e7 (patch)
tree25da19e597d1e36fb768293385a3a212f37e8ef0 /MediaBrowser.Model/System
parent5693327a20c3f92f33da63cc3f0cb659d6cd8576 (diff)
parent32ac5619fe3678b8482d8771941ad601e1a59afd (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'MediaBrowser.Model/System')
-rw-r--r--MediaBrowser.Model/System/SystemInfo.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Model/System/SystemInfo.cs b/MediaBrowser.Model/System/SystemInfo.cs
index ec31c5529..5b1e7d6bb 100644
--- a/MediaBrowser.Model/System/SystemInfo.cs
+++ b/MediaBrowser.Model/System/SystemInfo.cs
@@ -117,6 +117,12 @@ namespace MediaBrowser.Model.System
public string LogPath { get; set; }
/// <summary>
+ /// Gets or sets the internal metadata path.
+ /// </summary>
+ /// <value>The internal metadata path.</value>
+ public string InternalMetadataPath { get; set; }
+
+ /// <summary>
/// Gets or sets the transcoding temporary path.
/// </summary>
/// <value>The transcoding temporary path.</value>