mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 00:05:26 +03:00
support run as service
This commit is contained in:
@@ -26,6 +26,15 @@ namespace MediaBrowser.Common.Implementations
|
||||
_useDebugPath = useDebugPath;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="BaseApplicationPaths"/> class.
|
||||
/// </summary>
|
||||
/// <param name="programDataPath">The program data path.</param>
|
||||
protected BaseApplicationPaths(string programDataPath)
|
||||
{
|
||||
_programDataPath = programDataPath;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// The _program data path
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user