mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-09 11:52:07 +01:00
Fix linting issue
This commit is contained in:
@@ -11,7 +11,7 @@ public record FolderStorageInfo
|
||||
public required string Path { get; init; }
|
||||
|
||||
/// <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>
|
||||
public required string ResolvedPath { get; init; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user