mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-25 12:38:46 -05:00
dcbb4753d4
- 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(); }
38 KiB
38 KiB