mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-27 19:24:47 +03:00
fix portable and 3.5 project references
This commit is contained in:
@@ -24,27 +24,4 @@ namespace MediaBrowser.Model.IO
|
||||
/// <value>The type.</value>
|
||||
public FileSystemEntryType Type { get; set; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Enum FileSystemEntryType
|
||||
/// </summary>
|
||||
public enum FileSystemEntryType
|
||||
{
|
||||
/// <summary>
|
||||
/// The file
|
||||
/// </summary>
|
||||
File,
|
||||
/// <summary>
|
||||
/// The directory
|
||||
/// </summary>
|
||||
Directory,
|
||||
/// <summary>
|
||||
/// The network computer
|
||||
/// </summary>
|
||||
NetworkComputer,
|
||||
/// <summary>
|
||||
/// The network share
|
||||
/// </summary>
|
||||
NetworkShare
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user