Fix some warnings in Emby.Server.Implementations

This commit is contained in:
Bond_009
2020-02-06 15:20:23 +01:00
parent df739b5b2f
commit 7060934792
32 changed files with 181 additions and 128 deletions

View File

@@ -6,7 +6,9 @@ namespace Emby.Server.Implementations.IO
public class ExtendedFileSystemInfo
{
public bool IsHidden { get; set; }
public bool IsReadOnly { get; set; }
public bool Exists { get; set; }
}
}