comparison include/core/torrent.h @ 413:192da585a0a8 default tip

*: fix formatting the clang-format file was broken andjust using LLVM defaults. now it's fixed and is more in line with what I actually prefer my code to look like -- esp. with regards to tabulators
author Paper <paper@tflc.us>
date Sat, 25 Jul 2026 14:54:32 -0400
parents 47c9f8502269
children
comparison
equal deleted inserted replaced
412:05aed03e0111 413:192da585a0a8
46 std::string _category; 46 std::string _category;
47 std::string _episode; 47 std::string _episode;
48 std::string _group; 48 std::string _group;
49 size_t _size = 0; 49 size_t _size = 0;
50 std::string _resolution; /* technically should be an int, 50 std::string _resolution; /* technically should be an int,
51 but std::string is more useful */ 51 but std::string is more useful */
52 int _seeders = 0; 52 int _seeders = 0;
53 int _leechers = 0; 53 int _leechers = 0;
54 int _downloads = 0; 54 int _downloads = 0;
55 std::string _description; 55 std::string _description;
56 std::string _filename; 56 std::string _filename;