mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02:29 -04:00
parent
423d50e978
commit
75f19a762c
@ -109,7 +109,7 @@ namespace Emby.Server.Implementations.IO
|
||||
}
|
||||
try
|
||||
{
|
||||
return Path.Combine(Path.GetFullPath(folderPath), filePath);
|
||||
return Path.GetFullPath(Path.Combine(folderPath, filePath));
|
||||
}
|
||||
catch (ArgumentException)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user