mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-23 11:39:19 -05:00
fix: featured torrents counting traffic
This commit is contained in:
@@ -110,7 +110,7 @@ class ProcessAnnounce implements ShouldQueue
|
||||
$this->torrent->id,
|
||||
cache()->rememberForever(
|
||||
'featured-torrent-ids',
|
||||
fn () => FeaturedTorrent::select('id')->pluck('id')->toArray(),
|
||||
fn () => FeaturedTorrent::select('torrent_id')->pluck('torrent_id')->toArray(),
|
||||
),
|
||||
true
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user