Редирект на плейлист по-старому

master
Anthony Axenov 2022-10-23 07:39:56 +08:00
parent eeb31f79d7
commit 1375740fd9
Signed by: anthony
GPG Key ID: EA9EC32FF7CCD4EC
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}
/**