more remote control

This commit is contained in:
Luke Pulverenti
2013-05-30 23:38:46 -04:00
parent 300c3b7fd6
commit 11941a4db2
3 changed files with 53 additions and 2 deletions

View File

@@ -277,8 +277,6 @@ namespace MediaBrowser.Controller.Providers.Movies
// backdrops - only download if earlier providers didn't find any (fanart)
if (images.backdrops != null && images.backdrops.Count > 0 && ConfigurationManager.Configuration.DownloadMovieImages.Backdrops && item.BackdropImagePaths.Count == 0)
{
item.BackdropImagePaths = new List<string>();
var tmdbSettings = await MovieDbProvider.Current.GetTmdbSettings(cancellationToken).ConfigureAwait(false);
var tmdbImageUrl = tmdbSettings.images.base_url + ConfigurationManager.Configuration.TmdbFetchedBackdropSize;