aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2026-03-23 17:11:29 -0400
committerJoshua M. Boniface <joshua@boniface.me>2026-03-23 17:11:29 -0400
commit434ebc8b110a2736c9be08360c17cf74e27803d1 (patch)
tree35cdf80afcd24ca15701e998f52035985006f2b6
parent300036c85913b79bf9bbf13c81ea2241f1216f78 (diff)
Ensure ResolvedPath is sent on error too
-rw-r--r--Jellyfin.Server.Implementations/StorageHelpers/StorageHelper.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jellyfin.Server.Implementations/StorageHelpers/StorageHelper.cs b/Jellyfin.Server.Implementations/StorageHelpers/StorageHelper.cs
index 0b8e2830d2..a36a51330d 100644
--- a/Jellyfin.Server.Implementations/StorageHelpers/StorageHelper.cs
+++ b/Jellyfin.Server.Implementations/StorageHelpers/StorageHelper.cs
@@ -70,6 +70,7 @@ public static class StorageHelper
return new FolderStorageInfo()
{
Path = path,
+ ResolvedPath = path,
FreeSpace = -1,
UsedSpace = -1,
StorageType = null,