mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-31 12:58:28 +01:00
Only fire metadata savers when appropriate
This commit is contained in:
@@ -389,6 +389,11 @@ namespace MediaBrowser.Controller.Dto
|
||||
dto.SortName = item.SortName;
|
||||
}
|
||||
|
||||
if (fields.Contains(ItemFields.CustomRating))
|
||||
{
|
||||
dto.CustomRating = item.CustomRating;
|
||||
}
|
||||
|
||||
if (fields.Contains(ItemFields.Taglines))
|
||||
{
|
||||
dto.Taglines = item.Taglines;
|
||||
|
||||
Reference in New Issue
Block a user