mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-18 16:16:17 +00:00
update collections
This commit is contained in:
@@ -908,12 +908,6 @@ namespace MediaBrowser.Server.Implementations.Dto
|
||||
dto.DisplayMediaType = item.DisplayMediaType;
|
||||
}
|
||||
|
||||
// Leave null if false
|
||||
if (item.IsUnidentified)
|
||||
{
|
||||
dto.IsUnidentified = item.IsUnidentified;
|
||||
}
|
||||
|
||||
if (fields.Contains(ItemFields.Settings))
|
||||
{
|
||||
dto.LockedFields = item.LockedFields;
|
||||
|
||||
@@ -214,7 +214,7 @@ namespace MediaBrowser.Server.Implementations.Persistence
|
||||
{
|
||||
return new ITaskTrigger[]
|
||||
{
|
||||
new IntervalTrigger{ Interval = TimeSpan.FromDays(7)}
|
||||
new IntervalTrigger{ Interval = TimeSpan.FromHours(6)}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user