fix: extra table headers in mobile option rows

This commit is contained in:
2025-07-09 00:04:46 -05:00
parent e055ed0c15
commit 5729949774
5 changed files with 15 additions and 4 deletions

View File

@@ -21,7 +21,6 @@ class ResultFactory
string $bingeGroup = "-"
) {
$ptn = (object) (new PTN())->parse($title);
// dump($ptn);
return new TorrentioResult(
self::trimTitle($title),
urldecode($url),
@@ -40,7 +39,8 @@ class ResultFactory
$ptn->episode ?? "-",
self::setLanguages($title),
self::setLanguageFlags($title),
false
false,
uniqid()
);
}