This commit is contained in:
Shadowghost
2024-05-22 19:26:19 +02:00
parent 58041e1f9d
commit 95a6291c34
2 changed files with 3 additions and 4 deletions

View File

@@ -308,8 +308,7 @@ namespace MediaBrowser.Controller.Entities.TV
public async Task RefreshAllMetadata(MetadataRefreshOptions refreshOptions, IProgress<double> progress, CancellationToken cancellationToken)
{
// Refresh bottom up, children first, then the boxset
// By then hopefully the movies within will have Tmdb collection values
// Refresh bottom up, seasons and episodes first, then the series
var items = GetRecursiveChildren();
var totalItems = items.Count;