diff --git a/src/components/EditPlaylist/EditPlaylist.tsx b/src/components/EditPlaylist/EditPlaylist.tsx index adacf2b..c049418 100644 --- a/src/components/EditPlaylist/EditPlaylist.tsx +++ b/src/components/EditPlaylist/EditPlaylist.tsx @@ -342,7 +342,7 @@ export const EditPlaylist = () => { description: metadescription, id: identifier, service: "PLAYLIST", - name: username, + user: username, ...playlistObject } dispatch( diff --git a/src/pages/Home/VideoList.tsx b/src/pages/Home/VideoList.tsx index 325f970..a687e9b 100644 --- a/src/pages/Home/VideoList.tsx +++ b/src/pages/Home/VideoList.tsx @@ -560,7 +560,6 @@ export const VideoList = ({ mode }: VideoListProps) => { return null; } const isPlaylist = videoObj?.service === "PLAYLIST"; - if (isPlaylist) { return (