aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/ILibraryManager.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-04-22 00:38:03 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-04-22 00:38:03 -0400
commit374b7f2f039211d5a8fb80348b72070841f393ec (patch)
tree65ba8f81ed5a53e9ba0222f677710f2a918b6230 /MediaBrowser.Controller/Library/ILibraryManager.cs
parent1a153cbd39894e2e70373f85590dc03326f31723 (diff)
new Artist entity
Diffstat (limited to 'MediaBrowser.Controller/Library/ILibraryManager.cs')
-rw-r--r--MediaBrowser.Controller/Library/ILibraryManager.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs
index 86fd25e66..060f52e37 100644
--- a/MediaBrowser.Controller/Library/ILibraryManager.cs
+++ b/MediaBrowser.Controller/Library/ILibraryManager.cs
@@ -213,5 +213,13 @@ namespace MediaBrowser.Controller.Library
/// <param name="parent">The parent.</param>
/// <returns>IEnumerable{BaseItem}.</returns>
IEnumerable<BaseItem> RetrieveChildren(Folder parent);
+
+ /// <summary>
+ /// Validates the artists.
+ /// </summary>
+ /// <param name="cancellationToken">The cancellation token.</param>
+ /// <param name="progress">The progress.</param>
+ /// <returns>Task.</returns>
+ Task ValidateArtists(CancellationToken cancellationToken, IProgress<double> progress);
}
} \ No newline at end of file