fix SA1508

This commit is contained in:
telans
2020-06-14 21:35:49 +12:00
parent acd4389653
commit 3d9049ef08
150 changed files with 1 additions and 226 deletions

View File

@@ -322,7 +322,6 @@ namespace MediaBrowser.Api.UserLibrary
{
ibnItems = ibnItems.Take(request.Limit.Value);
}
}
var tuples = ibnItems.Select(i => new Tuple<BaseItem, List<BaseItem>>(i, new List<BaseItem>()));

View File

@@ -129,7 +129,6 @@ namespace MediaBrowser.Api.UserLibrary
{
Name = i.Name,
Id = i.Id.ToString("N", CultureInfo.InvariantCulture)
})
.OrderBy(i => i.Name)
.ToArray();