First cut at LastfmArtistProvider

This commit is contained in:
Eric Reed
2013-03-03 20:46:06 -05:00
parent de878025e6
commit d7cdf06326
4 changed files with 78 additions and 32 deletions

View File

@@ -38,6 +38,11 @@ namespace MediaBrowser.Common.Kernel
/// </summary>
public readonly SemaphoreSlim Mb = new SemaphoreSlim(5, 5);
/// <summary>
/// The mb
/// </summary>
public readonly SemaphoreSlim Lastfm = new SemaphoreSlim(5, 5);
/// <summary>
/// Apple doesn't seem to like too many simulataneous requests.
/// </summary>