From 7736c8cefc3093d1edcd056f5e89fdb1cdca926f Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 1 Jun 2013 23:17:10 -0400 Subject: display program data path and bookmark in the dashboard --- 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 7173425d1..37aa86047 100644 --- a/MediaBrowser.Model/System/SystemInfo.cs +++ b/MediaBrowser.Model/System/SystemInfo.cs @@ -61,6 +61,12 @@ namespace MediaBrowser.Model.System /// The id. public string Id { get; set; } + /// + /// Gets or sets the program data path. + /// + /// The program data path. + public string ProgramDataPath { get; set; } + /// /// Initializes a new instance of the class. /// -- cgit v1.2.3