From 54cf0da75826d641b28a34afece7a4cb0eaaaec2 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 22 May 2017 00:54:02 -0400 Subject: update query fields --- MediaBrowser.Controller/Library/ILibraryManager.cs | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'MediaBrowser.Controller/Library') diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs index 70a635872..7dcc207db 100644 --- a/MediaBrowser.Controller/Library/ILibraryManager.cs +++ b/MediaBrowser.Controller/Library/ILibraryManager.cs @@ -12,6 +12,7 @@ using System.Threading; using System.Threading.Tasks; using MediaBrowser.Common.IO; using MediaBrowser.Controller.Configuration; +using MediaBrowser.Controller.Dto; using MediaBrowser.Controller.IO; using MediaBrowser.Model.Configuration; using MediaBrowser.Model.Dto; @@ -68,18 +69,7 @@ namespace MediaBrowser.Controller.Library /// The name. /// Task{Artist}. MusicArtist GetArtist(string name); - /// - /// Gets the album artists. - /// - /// The items. - /// IEnumerable<MusicArtist>. - IEnumerable GetAlbumArtists(IEnumerable items); - /// - /// Gets the artists. - /// - /// The items. - /// IEnumerable<MusicArtist>. - IEnumerable GetArtists(IEnumerable items); + MusicArtist GetArtist(string name, DtoOptions options); /// /// Gets a Studio /// -- cgit v1.2.3