mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-09 07:43:03 +01:00
Fix linting issue
This commit is contained in:
@@ -11,7 +11,7 @@ public record FolderStorageInfo
|
|||||||
public required string Path { get; init; }
|
public required string Path { get; init; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the fully resolved path of the folder in question (interpolating any symlinks if present)
|
/// Gets the fully resolved path of the folder in question (interpolating any symlinks if present).
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public required string ResolvedPath { get; init; }
|
public required string ResolvedPath { get; init; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user