mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 07:45:26 +03:00
Add GPL modules
This commit is contained in:
25
MediaBrowser.Model/IO/FileSystemEntryType.cs
Normal file
25
MediaBrowser.Model/IO/FileSystemEntryType.cs
Normal file
@@ -0,0 +1,25 @@
|
||||
namespace MediaBrowser.Model.IO
|
||||
{
|
||||
/// <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