mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-03-26 01:52:41 -04:00
6 lines
134 B
C#
6 lines
134 B
C#
namespace Cleanuparr.Domain.Entities.Arr;
|
|
|
|
public sealed record EpisodeFileInfo
|
|
{
|
|
public bool QualityCutoffNotMet { get; init; }
|
|
} |