Remove playlist video search bar when only one video is in the playlist

This commit is contained in:
Jason Henriquez 2024-04-11 10:13:33 -05:00
parent 0886ac178f
commit 924d32df66
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
:view-count="viewCount"
:info-source="infoSource"
:more-video-data-available="moreVideoDataAvailable"
:search-video-mode-allowed="isUserPlaylistRequested"
:search-video-mode-allowed="isUserPlaylistRequested && videoCount > 1"
:search-video-mode-enabled="playlistInVideoSearchMode"
:search-query-text="searchQueryTextRequested"
class="playlistInfo"