mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
chore: increase score when title matchs
This commit is contained in:
parent
57db11f10f
commit
3642666e23
@ -104,7 +104,7 @@ class SpotubeTrack extends Track {
|
||||
if (sibling.title
|
||||
.toLowerCase()
|
||||
.contains(track.name!.toLowerCase())) {
|
||||
score += 2;
|
||||
score += 3;
|
||||
}
|
||||
|
||||
if (officialMusicRegex
|
||||
|
Loading…
Reference in New Issue
Block a user