mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
fix torrent filter status
This commit is contained in:
parent
b1db78554c
commit
130add0904
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ class TorrentController extends AbstractController
|
||||||
{
|
{
|
||||||
foreach ($announce as $tracker)
|
foreach ($announce as $tracker)
|
||||||
{
|
{
|
||||||
$allTrackers[$tracker] = $user->isYggdrasil() && !in_array($tracker, $appTrackers);
|
$allTrackers[$tracker] = !($user->isYggdrasil() && !in_array($tracker, $appTrackers));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue