Tweak SimilarSongs algorithm to prioritize the requested main artist

This commit is contained in:
Deluan
2021-10-24 18:04:40 -04:00
parent 18e1c169f9
commit 76fdcd112b
3 changed files with 25 additions and 16 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
)
var _ = Describe("WeightedRandomChooser", func() {
var w *weightedChooser
var w *WeightedChooser
BeforeEach(func() {
w = NewWeightedRandomChooser()
for i := 0; i < 10; i++ {