diff --git a/frontend/src/components/ChannelList.tsx b/frontend/src/components/ChannelList.tsx index 75319fe5..80815e5e 100644 --- a/frontend/src/components/ChannelList.tsx +++ b/frontend/src/components/ChannelList.tsx @@ -19,7 +19,7 @@ const ChannelList = ({ channelList, refreshChannelList }: ChannelListProps) => { const viewStyle = userConfig.view_style_channel; if (!channelList || channelList.length === 0) { - return
No channels found.
; + returnNo channels found...
; } return ( diff --git a/frontend/src/components/PlaylistList.tsx b/frontend/src/components/PlaylistList.tsx index 555d1e83..58b4ef24 100644 --- a/frontend/src/components/PlaylistList.tsx +++ b/frontend/src/components/PlaylistList.tsx @@ -17,7 +17,7 @@ const PlaylistList = ({ playlistList, setRefresh }: PlaylistListProps) => { const viewStyle = userConfig.view_style_playlist; if (!playlistList || playlistList.length === 0) { - returnNo playlists found.
; + returnNo playlists found...
; } return ( diff --git a/frontend/src/components/VideoList.tsx b/frontend/src/components/VideoList.tsx index bff8217c..bfc551d4 100644 --- a/frontend/src/components/VideoList.tsx +++ b/frontend/src/components/VideoList.tsx @@ -19,7 +19,7 @@ const VideoList = ({ refreshVideoList, }: VideoListProps) => { if (!videoList || videoList.length === 0) { - returnNo videos found.
; + returnNo videos found...
; } if (viewStyle === ViewStylesEnum.Table) { diff --git a/frontend/src/pages/ChannelVideo.tsx b/frontend/src/pages/ChannelVideo.tsx index 981c9aae..4248ae33 100644 --- a/frontend/src/pages/ChannelVideo.tsx +++ b/frontend/src/pages/ChannelVideo.tsx @@ -168,17 +168,13 @@ const ChannelVideo = ({ videoType }: ChannelVideoProps) => {- Try going to the downloads page to start the - scan and download tasks. -
- > - )} -+ Try going to the downloads page to start the + scan and download tasks. +
+ )}- If you've already added a channel or playlist, try going to the{' '} - downloads page to start the scan and download - tasks. -
- > - )} - - {hasVideos && ( -+ If you've already added a channel or playlist, try going to the{' '} + downloads page to start the scan and download + tasks. +
)}Try going to the home page to add videos to this playlist.
)} - {!isCustomPlaylist && (
Try going to the downloads page to start the
@@ -367,15 +372,6 @@ const Playlist = () => {
)}
>
)}
- {videoInPlaylistCount !== 0 && (
-