diff --git a/MediaBrowser.Api/AlbumsService.cs b/MediaBrowser.Api/AlbumsService.cs index e78a30c4a8..d31bef428c 100644 --- a/MediaBrowser.Api/AlbumsService.cs +++ b/MediaBrowser.Api/AlbumsService.cs @@ -5,6 +5,7 @@ using MediaBrowser.Controller.Library; using MediaBrowser.Controller.Persistence; using ServiceStack.ServiceHost; using System; +using System.Collections.Generic; using System.Linq; namespace MediaBrowser.Api @@ -76,15 +77,35 @@ namespace MediaBrowser.Api var artists1 = album1.RecursiveChildren .OfType