mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-10 02:01:36 +00:00
parent
423d50e978
commit
75f19a762c
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue