Make update type for RunTimeTicks consistent with other file attributes

pull/9306/head
Joe Rogers 1 year ago
parent 2d2b0a528c
commit 4ce30989e0
No known key found for this signature in database
GPG Key ID: 0074AD57B8FDBBB4

@ -381,7 +381,7 @@ namespace MediaBrowser.Providers.Manager
if (!folder.RunTimeTicks.HasValue || folder.RunTimeTicks.Value != ticks)
{
folder.RunTimeTicks = ticks;
return ItemUpdateType.MetadataEdit;
return ItemUpdateType.MetadataImport;
}
}

Loading…
Cancel
Save