From 2dea80e6b130a9c36a0d366f602192d0eb81d466 Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 15 Nov 2025 11:12:16 +0700 Subject: [PATCH] fix home page link in custom playlist, #1088 --- frontend/src/pages/Playlist.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/Playlist.tsx b/frontend/src/pages/Playlist.tsx index 83e9c212..910b3205 100644 --- a/frontend/src/pages/Playlist.tsx +++ b/frontend/src/pages/Playlist.tsx @@ -373,7 +373,7 @@ const Playlist = () => { <> {isCustomPlaylist && (

- Try going to the home page to add videos to this + Try going to the home page to add videos to this playlist.

)}