mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-05-05 10:11:25 -05:00
(Update) User Playlists System 🚀
This commit is contained in:
@@ -68,7 +68,7 @@ class PlaylistTorrentController extends Controller
|
||||
abort_unless($user->group->is_modo || $user->id === $playlist_torrent->playlist->user_id, 403);
|
||||
$playlist_torrent->delete();
|
||||
|
||||
return redirect()->back()
|
||||
return redirect()->route('playlists.show', ['id' => $playlist_torrent->playlist->id])
|
||||
->withSuccess('Torrent Has Successfully Been Detached From Your Playlist.');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user