Default the similar items TMDb cache to 90 days

This commit is contained in:
Shadowghost
2026-08-31 08:36:33 +02:00
parent 7d6633ad1e
commit 359e8069d0
@@ -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;
}
}