mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-18 20:24:20 +01:00
@@ -109,7 +109,7 @@ namespace Emby.Server.Implementations.IO
|
|||||||
}
|
}
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
return Path.Combine(Path.GetFullPath(folderPath), filePath);
|
return Path.GetFullPath(Path.Combine(folderPath, filePath));
|
||||||
}
|
}
|
||||||
catch (ArgumentException)
|
catch (ArgumentException)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user