aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/UserLibrary/GenresService.cs
diff options
context:
space:
mode:
authorLiggy <Liggy@users.noreply.github.com>2019-02-20 14:24:23 +0100
committerTorsten <Torsten@PC1>2019-02-20 16:37:57 +0100
commit33171a58b5a17f1b992683b58988dfea6a2e72bc (patch)
tree001a76a3321476095898ffc8eddf2e3e72e01dc4 /MediaBrowser.Api/UserLibrary/GenresService.cs
parent5917e91447ee0d8db3055614aebf27c03ea91752 (diff)
parent99bed9a9c3791bcff648029088d766f1dfde3a96 (diff)
Merge branch 'master' into populate-extras
Diffstat (limited to 'MediaBrowser.Api/UserLibrary/GenresService.cs')
-rw-r--r--MediaBrowser.Api/UserLibrary/GenresService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/UserLibrary/GenresService.cs b/MediaBrowser.Api/UserLibrary/GenresService.cs
index baf570d50..0c04d02dd 100644
--- a/MediaBrowser.Api/UserLibrary/GenresService.cs
+++ b/MediaBrowser.Api/UserLibrary/GenresService.cs
@@ -92,7 +92,7 @@ namespace MediaBrowser.Api.UserLibrary
return ToOptimizedResult(result);
}
- protected override QueryResult<Tuple<BaseItem, ItemCounts>> GetItems(GetItemsByName request, InternalItemsQuery query)
+ protected override QueryResult<(BaseItem, ItemCounts)> GetItems(GetItemsByName request, InternalItemsQuery query)
{
var viewType = GetParentItemViewType(request);