mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-23 19:50:40 -05:00
add: use meilisearch to search torrents
This commit is contained in:
@@ -264,6 +264,8 @@ class TorrentBuffController extends Controller
|
||||
|
||||
cache()->put('freeleech_token:'.$user->id.':'.$torrent->id, true);
|
||||
|
||||
$torrent->searchable();
|
||||
|
||||
return to_route('torrents.show', ['id' => $torrent->id])
|
||||
->withSuccess('You Have Successfully Activated A Freeleech Token For This Torrent!');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user