chore: increase score when title matchs

This commit is contained in:
Kingkor Roy Tirtho 2023-08-18 14:38:53 +06:00
parent 57db11f10f
commit 3642666e23

View File

@ -104,7 +104,7 @@ class SpotubeTrack extends Track {
if (sibling.title if (sibling.title
.toLowerCase() .toLowerCase()
.contains(track.name!.toLowerCase())) { .contains(track.name!.toLowerCase())) {
score += 2; score += 3;
} }
if (officialMusicRegex if (officialMusicRegex