mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 01:05:19 +03:00
Config option to import season name from TMDB
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user