aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/ServerApplicationPaths.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Server.Implementations/ServerApplicationPaths.cs')
-rw-r--r--MediaBrowser.Server.Implementations/ServerApplicationPaths.cs13
1 files changed, 12 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/ServerApplicationPaths.cs b/MediaBrowser.Server.Implementations/ServerApplicationPaths.cs
index ac552b8de..fb3c5aec8 100644
--- a/MediaBrowser.Server.Implementations/ServerApplicationPaths.cs
+++ b/MediaBrowser.Server.Implementations/ServerApplicationPaths.cs
@@ -26,6 +26,17 @@ namespace MediaBrowser.Server.Implementations
{
}
#endif
+
+ /// <summary>
+ /// Initializes a new instance of the <see cref="BaseApplicationPaths" /> class.
+ /// </summary>
+ /// <param name="programDataPath">The program data path.</param>
+ public ServerApplicationPaths(string programDataPath)
+ : base(programDataPath)
+ {
+
+ }
+
/// <summary>
/// Gets the path to the base root media directory
/// </summary>
@@ -117,7 +128,7 @@ namespace MediaBrowser.Server.Implementations
return Path.Combine(ItemsByNamePath, "MusicGenre");
}
}
-
+
/// <summary>
/// Gets the path to the Studio directory
/// </summary>