Add TMDb logo handling

This commit is contained in:
Joe Rogers
2021-10-22 00:35:14 +02:00
parent 7500c2b28b
commit 239b516659
5 changed files with 39 additions and 4 deletions

View File

@@ -42,6 +42,11 @@ namespace MediaBrowser.Providers.Plugins.Tmdb
/// </summary>
public string? BackdropSize { get; set; }
/// <summary>
/// Gets or sets a value indicating the logo image size to fetch.
/// </summary>
public string? LogoSize { get; set; }
/// <summary>
/// Gets or sets a value indicating the profile image size to fetch.
/// </summary>