initial project commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Domain.Sonarr.Queue;
|
||||
|
||||
public record Revision(
|
||||
int Version,
|
||||
int Real,
|
||||
bool IsRepack
|
||||
);
|
||||
Reference in New Issue
Block a user