repo creation with initial code after cloning public repo
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System.Collections.Generic;
|
||||
using Jellyfin.Data.Enums;
|
||||
using MediaBrowser.Controller.Entities;
|
||||
|
||||
namespace MediaBrowser.Controller.Sorting
|
||||
{
|
||||
/// <summary>
|
||||
/// Interface IBaseItemComparer.
|
||||
/// </summary>
|
||||
public interface IBaseItemComparer : IComparer<BaseItem?>
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets the comparer type.
|
||||
/// </summary>
|
||||
ItemSortBy Type { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user