Skip to content

Commit

Permalink
Remove all data when replacing all
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadowghost committed Jun 7, 2024
1 parent b25d6d1 commit e4f3f0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jellyfin.Api/Controllers/ItemRefreshController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ public class ItemRefreshController : BaseJellyfinApiController
|| imageRefreshMode == MetadataRefreshMode.FullRefresh
|| replaceAllImages
|| replaceAllMetadata,
IsAutomated = false
IsAutomated = false,
RemoveOldMetadata = replaceAllMetadata
};

_providerManager.QueueRefresh(item.Id, refreshOptions, RefreshPriority.High);
Expand Down

0 comments on commit e4f3f0b

Please sign in to comment.