Config option to import season name from TMDB

This commit is contained in:
SenorSmartyPants
2022-01-13 22:31:37 -06:00
parent 07e9568de8
commit a19b6a7f61
3 changed files with 16 additions and 0 deletions

View File

@@ -22,6 +22,11 @@ namespace MediaBrowser.Providers.Plugins.Tmdb
/// </summary>
public bool ExcludeTagsMovies { get; set; }
/// <summary>
/// Gets or sets a value indicating whether season name should be imported from TMDb.
/// </summary>
public bool ImportSeasonName { get; set; }
/// <summary>
/// Gets or sets a value indicating the maximum number of cast members to fetch for an item.
/// </summary>