Hotfix category, and roll back RTN to 0.1.8 (#192)

* Hotfix categories

Also roll back RTN to 0.1.8 as regression introduced in 0.2

* bump version
This commit is contained in:
iPromKnight
2024-03-30 04:47:36 +00:00
committed by GitHub
parent 655a39e35c
commit c493ef3376
9 changed files with 51 additions and 38 deletions

View File

@@ -20,8 +20,7 @@ public class RankTorrentName : IRankTorrentName
var result = _rtn?.parse(title);
return ParseResult(result);
}, new ParseTorrentTitleResponse(false, null), nameof(Parse), throwOnErrors: false, logErrors: false);
private static ParseTorrentTitleResponse ParseResult(dynamic result)
{
if (result == null)