Compare commits

...

1 Commits

Author SHA1 Message Date
Flaminel
b9376e02fa fixed size data type 2024-11-12 08:59:10 +02:00

View File

@@ -7,9 +7,9 @@ public record Record(
IReadOnlyList<Language> Languages,
IReadOnlyList<CustomFormat> CustomFormats,
int CustomFormatScore,
int Size,
long Size,
string Title,
int Sizeleft,
long Sizeleft,
string Timeleft,
DateTime EstimatedCompletionTime,
DateTime Added,