Fix images "not loading" after manual identification

This commit is contained in:
Chris Tam
2021-09-08 17:20:11 -04:00
parent b96dbbf553
commit b0cd1f5e39
9 changed files with 36 additions and 31 deletions

View File

@@ -101,7 +101,7 @@ namespace MediaBrowser.Providers.Plugins.Tmdb.BoxSets
});
}
return remoteImages.OrderByLanguageDescending(language);
return remoteImages;
}
public Task<HttpResponseMessage> GetImageResponse(string url, CancellationToken cancellationToken)