You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(qbittorrent-e2e): introduce TorrentHash newtype for TorrentInfo::hash
Replace TorrentInfo::hash: String with TorrentHash(String). The type
documents the 40-character lowercase hex SHA-1 invariant returned by the
qBittorrent Web API, distinguishing it from other String fields such as
the save path. A manual Deserialize impl follows the same pattern as
TorrentProgress.
0 commit comments