mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-03 13:44:22 -04:00
Fix warnings in ServerApplicationPaths
This commit is contained in:
parent
7ae055f740
commit
b17a452d16
@ -12,6 +12,11 @@ namespace Emby.Server.Implementations
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="ServerApplicationPaths" /> class.
|
/// Initializes a new instance of the <see cref="ServerApplicationPaths" /> class.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
/// <param name="programDataPath">The path for Jellyfin's data.</param>
|
||||||
|
/// <param name="logDirectoryPath">The path for Jellyfin's logging directory.</param>
|
||||||
|
/// <param name="configurationDirectoryPath">The path for Jellyfin's configuration directory.</param>
|
||||||
|
/// <param name="cacheDirectoryPath">The path for Jellyfin's cache directory.</param>
|
||||||
|
/// <param name="webDirectoryPath">The path for Jellyfin's web UI.</param>
|
||||||
public ServerApplicationPaths(
|
public ServerApplicationPaths(
|
||||||
string programDataPath,
|
string programDataPath,
|
||||||
string logDirectoryPath,
|
string logDirectoryPath,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user