Default the similar items TMDb cache to 90 days
This commit is contained in:
@@ -128,6 +128,6 @@ namespace MediaBrowser.Providers.Plugins.Tmdb
|
||||
/// <summary>
|
||||
/// Gets or sets the cache duration in days for similar item results. A value of 0 disables caching.
|
||||
/// </summary>
|
||||
public int SimilarItemsCacheDays { get; set; } = 7;
|
||||
public int SimilarItemsCacheDays { get; set; } = 90;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user