Files
UNIT3D-Community-Edition/app/Http/Controllers/TorrentController.php
T
HDVinnie dcbb4753d4 fix: #1867
- close #1867
- torrent cards and grouping have been removed. They will be added again via Livewire and AlpineJS soon.
- NOTE: To avoid errors for users who have there default torrent layout as the now removed cards or grouping please run the following command in php artisan tinker. $users = User:all(); foreach($users as $user) { $user->torrent_layout = 0; $user->save(); }
2021-08-10 19:28:17 -04:00

38 KiB