fix cover issue on page torrents.php

This commit is contained in:
xiaomlove
2025-09-20 00:45:53 +07:00
parent 41ad91b183
commit ee4739fd8b
5 changed files with 41 additions and 15 deletions

View File

@@ -326,4 +326,9 @@ class Setting extends NexusModel
{
return self::get('system.is_record_seeding_bonus_log') == 'yes';
}
public static function getIsImdbEnabled(): bool
{
return self::get('main.showimdbinfo') == 'yes';
}
}