mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 09:14:45 +03:00
Add GPL modules
This commit is contained in:
17
MediaBrowser.Model/Entities/SortOrder.cs
Normal file
17
MediaBrowser.Model/Entities/SortOrder.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
namespace MediaBrowser.Model.Entities
|
||||
{
|
||||
/// <summary>
|
||||
/// Enum SortOrder
|
||||
/// </summary>
|
||||
public enum SortOrder
|
||||
{
|
||||
/// <summary>
|
||||
/// The ascending
|
||||
/// </summary>
|
||||
Ascending,
|
||||
/// <summary>
|
||||
/// The descending
|
||||
/// </summary>
|
||||
Descending
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user