mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-29 20:24:47 +03:00
Merge branch 'master' into warn12
This commit is contained in:
@@ -110,7 +110,7 @@ namespace Emby.Server.Implementations.IO
|
||||
}
|
||||
try
|
||||
{
|
||||
return Path.Combine(Path.GetFullPath(folderPath), filePath);
|
||||
return Path.GetFullPath(Path.Combine(folderPath, filePath));
|
||||
}
|
||||
catch (ArgumentException)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user