aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/InternalItemsQuery.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-05-06 15:45:23 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-05-06 15:45:23 -0400
commitd48496b84341b4f04500d844cc2c6b6c6557b272 (patch)
treeb49cbf8802cfa4ee06702a407b3526b79672efed /MediaBrowser.Controller/Entities/InternalItemsQuery.cs
parent59f2463efd39e7e69f62dba7c20c4f8cfc96fe94 (diff)
add new search filters
Diffstat (limited to 'MediaBrowser.Controller/Entities/InternalItemsQuery.cs')
-rw-r--r--MediaBrowser.Controller/Entities/InternalItemsQuery.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/InternalItemsQuery.cs b/MediaBrowser.Controller/Entities/InternalItemsQuery.cs
index 6fffbf09e..092461c84 100644
--- a/MediaBrowser.Controller/Entities/InternalItemsQuery.cs
+++ b/MediaBrowser.Controller/Entities/InternalItemsQuery.cs
@@ -175,7 +175,6 @@ namespace MediaBrowser.Controller.Entities
case ItemFields.DateCreated:
case ItemFields.SortName:
case ItemFields.Overview:
- case ItemFields.OfficialRatingDescription:
case ItemFields.HomePageUrl:
case ItemFields.VoteCount:
case ItemFields.DisplayMediaType: