fixed fanart reference

This commit is contained in:
Luke Pulverenti 2014-02-25 11:04:08 -05:00
parent aef805efb9
commit 7767580a3b
2 changed files with 1 additions and 24 deletions

View file

@ -104,7 +104,7 @@ namespace MediaBrowser.Providers.Movies
Url = string.Format(UpdatesUrl, FanartArtistProvider.ApiKey, lastUpdateTime),
CancellationToken = cancellationToken,
EnableHttpCompression = true,
ResourcePool = FanartArtistProvider.FanArtResourcePool
ResourcePool = FanartArtistProvider.Current.FanArtResourcePool
}).ConfigureAwait(false))
{

View file

@ -52,29 +52,6 @@ namespace MediaBrowser.Providers.Movies
}
}
public class RottenTomatoesExternalId : IExternalId
{
public string Name
{
get { return "Rotten Tomatoes"; }
}
public string Key
{
get { return MetadataProviders.RottenTomatoes.ToString(); }
}
public string UrlFormatString
{
get { return null; }
}
public bool Supports(IHasProviderIds item)
{
return item is Movie || item is Trailer || item is MusicVideo;
}
}
public class MovieDbMovieCollectionExternalId : IExternalId
{
public string Name