v2.0.0
- Replaced Newtonsoft.Json with .NET's
System.Text.Json
for improved performance and native support. - Refactored
FileListTorrent
from a class to a record for better immutability and value-based equality. - Breaking:
FileListTorrent
now mirrors the API response exactly.TvEpisode
andTvSeason
are replaced by.Tv.Episode
and.Tv.Season
.- The fields
Internal
,DoubleUp
,FreeLeech
, andModerated
now return1
or0
instead of boolean values.