diff --git a/lib/helpers/search-youtube.dart b/lib/helpers/search-youtube.dart index f5c414db..afba453c 100644 --- a/lib/helpers/search-youtube.dart +++ b/lib/helpers/search-youtube.dart @@ -70,6 +70,8 @@ Future toSpotubeTrack( ]) { if (el) rate++; } + // can't let pass any non title matching track + if (!hasTitle) rate = rate - 2; return { "video": video, "points": rate,