mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
Update to 3.5.2 and .net core 2.1
This commit is contained in:
13
Emby.Server.Implementations/IO/ExtendedFileSystemInfo.cs
Normal file
13
Emby.Server.Implementations/IO/ExtendedFileSystemInfo.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Emby.Server.Implementations.IO
|
||||
{
|
||||
public class ExtendedFileSystemInfo
|
||||
{
|
||||
public bool IsHidden { get; set; }
|
||||
public bool IsReadOnly { get; set; }
|
||||
public bool Exists { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user