mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-12 19:56:30 +01:00
support channels with dlna
This commit is contained in:
@@ -1,8 +1,14 @@
|
||||
|
||||
using MediaBrowser.Model.Entities;
|
||||
|
||||
namespace MediaBrowser.Model.Dlna
|
||||
{
|
||||
public class SortCriteria
|
||||
{
|
||||
public SortOrder SortOrder
|
||||
{
|
||||
get { return SortOrder.Ascending; }
|
||||
}
|
||||
|
||||
public SortCriteria(string value)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user