mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-09-01 03:30:06 +00:00
support run as service
This commit is contained in:
parent
b5615cb233
commit
2e511fba83
16 changed files with 550 additions and 205 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue