update nuget

This commit is contained in:
Luke Pulverenti
2017-05-06 01:18:54 -04:00
parent 91cb7e06e9
commit 59f2463efd
7 changed files with 13 additions and 146 deletions

View File

@@ -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))
{