diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2026-03-24 22:22:52 -0400 |
|---|---|---|
| committer | Joshua M. Boniface <joshua@boniface.me> | 2026-03-24 22:23:48 -0400 |
| commit | c22933260b1d9b8cd97980c00a70f53bbaaf4f54 (patch) | |
| tree | 6d43f766a20f9fc5bcf24c4d4a471a7ea7e428f9 /MediaBrowser.Model/System/FolderStorageInfo.cs | |
| parent | 965b602c6890623130d1d7e27de52e161c6d1069 (diff) | |
Fix linting issue
Diffstat (limited to 'MediaBrowser.Model/System/FolderStorageInfo.cs')
| -rw-r--r-- | MediaBrowser.Model/System/FolderStorageInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/System/FolderStorageInfo.cs b/MediaBrowser.Model/System/FolderStorageInfo.cs index 66356c6c48..ebca39228b 100644 --- a/MediaBrowser.Model/System/FolderStorageInfo.cs +++ b/MediaBrowser.Model/System/FolderStorageInfo.cs @@ -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; } |
