From 1375740fd9eb9c9b4b7bec4c7555c65a5ee60223 Mon Sep 17 00:00:00 2001 From: AnthonyAxenov Date: Sun, 23 Oct 2022 07:39:56 +0800 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B5=D0=B4=D0=B8=D1=80=D0=B5=D0=BA?= =?UTF-8?q?=D1=82=20=D0=BD=D0=B0=20=D0=BF=D0=BB=D0=B5=D0=B9=D0=BB=D0=B8?= =?UTF-8?q?=D1=81=D1=82=20=D0=BF=D0=BE-=D1=81=D1=82=D0=B0=D1=80=D0=BE?= =?UTF-8?q?=D0=BC=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/Controllers/PlaylistController.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/Controllers/PlaylistController.php b/src/app/Controllers/PlaylistController.php index 81ff069..5308cab 100644 --- a/src/app/Controllers/PlaylistController.php +++ b/src/app/Controllers/PlaylistController.php @@ -28,7 +28,8 @@ class PlaylistController extends Controller Flight::redirect(base_url($playlist->redirect_id)); die; } - Flight::redirect($playlist->pls); + header('Location: ' . $playlist->pls); + die; } /**