mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 09:14:45 +03:00
Update to 3.5.2 and .net core 2.1
This commit is contained in:
@@ -136,9 +136,6 @@ namespace Emby.Server.Implementations.IO
|
||||
if (result.Exists)
|
||||
{
|
||||
result.IsDirectory = info.IsDirectory();
|
||||
result.IsHidden = info.IsHidden();
|
||||
|
||||
result.IsReadOnly = !info.CanWrite();
|
||||
|
||||
if (info.IsFile())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user