mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
add hevc cuvid
This commit is contained in:
@@ -211,33 +211,6 @@ namespace MediaBrowser.Controller.Entities
|
||||
item.SetParent(null);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Returns the valid set of index by options for this folder type.
|
||||
/// Override or extend to modify.
|
||||
/// </summary>
|
||||
/// <returns>Dictionary{System.StringFunc{UserIEnumerable{BaseItem}}}.</returns>
|
||||
protected virtual IEnumerable<string> GetIndexByOptions()
|
||||
{
|
||||
return new List<string> {
|
||||
{"None"},
|
||||
{"Performer"},
|
||||
{"Genre"},
|
||||
{"Director"},
|
||||
{"Year"},
|
||||
{"Studio"}
|
||||
};
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Get the list of indexy by choices for this folder (localized).
|
||||
/// </summary>
|
||||
/// <value>The index by option strings.</value>
|
||||
[IgnoreDataMember]
|
||||
public IEnumerable<string> IndexByOptionStrings
|
||||
{
|
||||
get { return GetIndexByOptions(); }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets the actual children.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user