mirror of
https://github.com/navidrome/navidrome.git
synced 2026-05-03 06:51:16 +00:00
Prefer starred and high rated versions for Top Songs
This commit is contained in:
parent
075c28d2e5
commit
69e1059705
@ -181,7 +181,7 @@ func (e *externalInfo) findMatchingTrack(ctx context.Context, mbid string, artis
|
||||
},
|
||||
squirrel.Like{"title": title},
|
||||
},
|
||||
Sort: "year",
|
||||
Sort: "starred desc, rating desc, year asc",
|
||||
})
|
||||
if err != nil || len(mfs) == 0 {
|
||||
return nil, model.ErrNotFound
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user