mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-13 08:37:07 +00:00
Properly define variable type
This commit is contained in:
parent
418beafebb
commit
8142bbd50e
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ public static class StorageHelper
|
|||
try
|
||||
{
|
||||
// Fully resolve the given path to an actual filesystem target, in case it's a symlink or similar.
|
||||
resolvedPath = ResolvePath(path);
|
||||
string resolvedPath = ResolvePath(path);
|
||||
// We iterate all filesystems reported by GetDrives() here, and attempt to find the best
|
||||
// match that contains, as deep as possible, the given path.
|
||||
// This is required because simply calling `DriveInfo` on a path returns that path as
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue