autocomplete now shows 20 results instead of 8
@ -1,3 +1,4 @@
using System;
using System.IO;
using System.Linq;
using NzbDrone.Common;
@ -30,6 +31,11 @@ namespace NzbDrone.Api.Frontend
return false;
}
if (resourceUrl.StartsWith("/mediacover", StringComparison.CurrentCultureIgnoreCase))
{
return Extensions.Any(resourceUrl.EndsWith);
@ -15,7 +15,8 @@ define(['app'], function () {
});
},
minLength: 3
minLength: 3,
items :20
};