update SocketHttpListener

This commit is contained in:
Luke Pulverenti
2015-11-06 10:53:23 -05:00
parent 3924244b04
commit 6f619eff5f
5 changed files with 20 additions and 13 deletions

View File

@@ -423,15 +423,6 @@ namespace MediaBrowser.Api.UserLibrary
return false;
}
// Min index number
if (request.MinIndexNumber.HasValue)
{
if (!(i.IndexNumber.HasValue && i.IndexNumber.Value >= request.MinIndexNumber.Value))
{
return false;
}
}
// Min official rating
if (!string.IsNullOrEmpty(request.MinOfficialRating))
{