mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-31 08:07:36 +00:00
Merge branch 'dev' into code-cleanup
This commit is contained in:
commit
e2751d42e8
345 changed files with 2991 additions and 3236 deletions
|
|
@ -153,7 +153,7 @@ namespace Emby.Server.Implementations.IO
|
|||
var firstChar = filePath[0];
|
||||
if (firstChar == '/')
|
||||
{
|
||||
// For this we don't really know.
|
||||
// For this we don't really know.
|
||||
return filePath;
|
||||
}
|
||||
if (firstChar == '\\') //relative path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue