mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-13 08:37:07 +00:00
Ensure ResolvedPath is sent on error too
This commit is contained in:
parent
300036c859
commit
434ebc8b11
1 changed files with 1 additions and 0 deletions
|
|
@ -70,6 +70,7 @@ public static class StorageHelper
|
|||
return new FolderStorageInfo()
|
||||
{
|
||||
Path = path,
|
||||
ResolvedPath = path,
|
||||
FreeSpace = -1,
|
||||
UsedSpace = -1,
|
||||
StorageType = null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue