mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Make update type for RunTimeTicks consistent with other file attributes
This commit is contained in:
parent
2d2b0a528c
commit
4ce30989e0
@ -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…
x
Reference in New Issue
Block a user