remove qsv hevc decoding for now

This commit is contained in:
Luke Pulverenti
2017-04-01 15:49:36 -04:00
parent 165a209bdf
commit 372d40598d
19 changed files with 9 additions and 173 deletions

View File

@@ -81,8 +81,6 @@ namespace MediaBrowser.Model.Dto
public string AwardSummary { get; set; }
public float? Metascore { get; set; }
/// <summary>
/// Gets or sets a value indicating whether [supports synchronize].
/// </summary>

View File

@@ -122,11 +122,6 @@
/// </summary>
MediaSources,
/// <summary>
/// The metascore
/// </summary>
Metascore,
OfficialRatingDescription,
OriginalTitle,

View File

@@ -71,7 +71,6 @@ namespace MediaBrowser.Model.Querying
public const string SeriesSortName = "SeriesSortName";
public const string VideoBitRate = "VideoBitRate";
public const string AirTime = "AirTime";
public const string Metascore = "Metascore";
public const string Studio = "Studio";
public const string Players = "Players";
public const string GameSystem = "GameSystem";