diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-06-12 03:11:54 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-06-12 03:11:54 -0400 |
| commit | 9f0e6d17c8653328316cde3a1b0b3ce63b5960ff (patch) | |
| tree | b371721083ad6040c23187e6271e6a4dc7371974 /MediaBrowser.Controller/Entities/TV/Season.cs | |
| parent | 099c422a853bd2266e54fa6bd1f06f224d749dae (diff) | |
add hevc cuvid
Diffstat (limited to 'MediaBrowser.Controller/Entities/TV/Season.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/TV/Season.cs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/MediaBrowser.Controller/Entities/TV/Season.cs b/MediaBrowser.Controller/Entities/TV/Season.cs index 17494eb08..b681fdcb1 100644 --- a/MediaBrowser.Controller/Entities/TV/Season.cs +++ b/MediaBrowser.Controller/Entities/TV/Season.cs @@ -66,17 +66,6 @@ namespace MediaBrowser.Controller.Entities.TV return series == null ? SeriesName : series.SortName; } - // Genre, Rating and Stuido will all be the same - protected override IEnumerable<string> GetIndexByOptions() - { - return new List<string> { - {"None"}, - {"Performer"}, - {"Director"}, - {"Year"}, - }; - } - public override List<string> GetUserDataKeys() { var list = base.GetUserDataKeys(); |
