Better explore

This commit is contained in:
2024-08-30 01:38:02 +08:00
parent bb09c43135
commit be977f10d1
9 changed files with 308 additions and 30 deletions

View File

@ -250,8 +250,7 @@ class YoutubeSourcedTrack extends SourcedTrack {
final searchResults = await youtubeClient.search.search(
query,
// '$query - Topic',
filter: TypeFilters.video,
filter: const SearchFilter('CAMSAhAB'),
);
if (ServiceUtils.onlyContainsEnglish(query)) {