fixed size data type
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user