imdbphp/imdbphp lock 8.3.1

This commit is contained in:
xiaomlove
2026-02-17 14:36:24 +08:00
parent 5c9caa7a46
commit 3dae3aec8d
3 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ if ($maxPrice > 0 && isset($_POST['price']) && $_POST['price'] > $maxPrice && $p
try {
$dict = TorrentFile::load($tmpname);
$dict->unhybridizedTo();
$dict = $dict->unhybridizedTo();
$dict->parse();
} catch (ParseException $e) {
bark($e->getMessage());