torrent downloads

This commit is contained in:
2025-07-19 20:50:26 +03:00
parent 4ea75db105
commit de26fd3fc9
10 changed files with 1303 additions and 38 deletions

View File

@@ -11,8 +11,10 @@ class Torrent with _$Torrent {
String? name,
String? quality,
int? seeders,
@JsonKey(name: 'size_gb') double? sizeGb,
int? size, // размер в байтах
}) = _Torrent;
factory Torrent.fromJson(Map<String, dynamic> json) => _$TorrentFromJson(json);
}