mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2025-12-31 09:58:53 -05:00
6 lines
123 B
C#
6 lines
123 B
C#
namespace Data.Models.Arr.Queue;
|
|
|
|
public sealed record QueueMovie
|
|
{
|
|
public List<Image> Images { get; init; } = [];
|
|
} |