diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-03-24 22:54:38 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-03-24 22:54:38 -0400 |
| commit | 71b6d5d4393b654909519640c5be4cde28244028 (patch) | |
| tree | ad694dbdefd4286d0e2184d3c5fa3df3e2bcb118 /MediaBrowser.Controller/Entities/Trailer.cs | |
| parent | 5661f0989909df11533f84753f3bd79fdc5180e8 (diff) | |
add critic rating column
Diffstat (limited to 'MediaBrowser.Controller/Entities/Trailer.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/Trailer.cs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/MediaBrowser.Controller/Entities/Trailer.cs b/MediaBrowser.Controller/Entities/Trailer.cs index 43d95a8d38..9d5ef20353 100644 --- a/MediaBrowser.Controller/Entities/Trailer.cs +++ b/MediaBrowser.Controller/Entities/Trailer.cs @@ -59,18 +59,6 @@ namespace MediaBrowser.Controller.Entities /// <value>The revenue.</value> public double? Revenue { get; set; } - /// <summary> - /// Gets or sets the critic rating. - /// </summary> - /// <value>The critic rating.</value> - public float? CriticRating { get; set; } - - /// <summary> - /// Gets or sets the critic rating summary. - /// </summary> - /// <value>The critic rating summary.</value> - public string CriticRatingSummary { get; set; } - protected override string CreateUserDataKey() { var key = Movie.GetMovieUserDataKey(this); |
