aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Reports/ReportsService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-05-06 01:18:54 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-05-06 01:18:54 -0400
commit59f2463efd39e7e69f62dba7c20c4f8cfc96fe94 (patch)
treeb500e24a2e72539faaaff1fb706b20c8cf635012 /MediaBrowser.Api/Reports/ReportsService.cs
parent91cb7e06e9934d43740f8899a30a771625a08be3 (diff)
update nuget
Diffstat (limited to 'MediaBrowser.Api/Reports/ReportsService.cs')
-rw-r--r--MediaBrowser.Api/Reports/ReportsService.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/MediaBrowser.Api/Reports/ReportsService.cs b/MediaBrowser.Api/Reports/ReportsService.cs
index 5e13c1653..9490c301d 100644
--- a/MediaBrowser.Api/Reports/ReportsService.cs
+++ b/MediaBrowser.Api/Reports/ReportsService.cs
@@ -300,11 +300,6 @@ namespace MediaBrowser.Api.Reports
}
}
- if (!string.IsNullOrEmpty(request.LocationTypes))
- {
- query.LocationTypes = request.LocationTypes.Split(',').Select(d => (LocationType)Enum.Parse(typeof(LocationType), d, true)).ToArray();
- }
-
// Min official rating
if (!string.IsNullOrWhiteSpace(request.MinOfficialRating))
{