fix: allow retention cleanup filter inheritance
This commit is contained in:
@@ -75,7 +75,7 @@ internal sealed class SelectedCleanupOperationFilters
|
|||||||
public IReadOnlyList<Guid> SessionIds { get; init; } = [];
|
public IReadOnlyList<Guid> SessionIds { get; init; } = [];
|
||||||
}
|
}
|
||||||
|
|
||||||
internal sealed class ConditionalCleanupOperationFilters
|
internal class ConditionalCleanupOperationFilters
|
||||||
{
|
{
|
||||||
public string VideoFileCondition { get; init; } = CleanupVideoFileConditions.Any;
|
public string VideoFileCondition { get; init; } = CleanupVideoFileConditions.Any;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user