mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 04:20:49 +08:00
fix cover issue on page torrents.php
This commit is contained in:
@@ -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';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user