Compare commits

..

1 Commits

Author SHA1 Message Date
Flaminel b9376e02fa fixed size data type 2024-11-12 08:59:10 +02:00
+2 -2
View File
@@ -7,9 +7,9 @@ public record Record(
IReadOnlyList<Language> Languages, IReadOnlyList<Language> Languages,
IReadOnlyList<CustomFormat> CustomFormats, IReadOnlyList<CustomFormat> CustomFormats,
int CustomFormatScore, int CustomFormatScore,
int Size, long Size,
string Title, string Title,
int Sizeleft, long Sizeleft,
string Timeleft, string Timeleft,
DateTime EstimatedCompletionTime, DateTime EstimatedCompletionTime,
DateTime Added, DateTime Added,