From 6fef8930c86014195418a4754410575df4917496 Mon Sep 17 00:00:00 2001 From: mbaharip <62494292+mbahArip@users.noreply.github.com> Date: Fri, 7 Mar 2025 00:47:07 +0700 Subject: [PATCH] fix: missing `/` at the start of the url, causing the url to be relative to the current path instead of the root path. --- src/components/preview/MediaPlaylistLayout.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/preview/MediaPlaylistLayout.tsx b/src/components/preview/MediaPlaylistLayout.tsx index 946b1eb..112a947 100644 --- a/src/components/preview/MediaPlaylistLayout.tsx +++ b/src/components/preview/MediaPlaylistLayout.tsx @@ -62,7 +62,6 @@ export default function MediaPlaylistLayout({ }); }, [api]); - // <= 1, because it always include current media if (!uniquePlaylist.length) return null; if (type === "separated") return ( @@ -181,7 +180,6 @@ export default function MediaPlaylistLayout({ {/* Playlist */} - +