mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
fix
Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
parent
73efeab927
commit
2e7eaa2543
1 changed files with 2 additions and 2 deletions
|
@ -388,8 +388,8 @@ func (e *provider) getMatchingTopSongs(ctx context.Context, agent agents.ArtistT
|
|||
|
||||
log.Debug(ctx, "Found matching top songs", "name", artist.Name, "numSongs", len(mfs))
|
||||
|
||||
// Special case for the tests: return nil when the agent returns an error
|
||||
if len(mfs) == 0 && err != nil {
|
||||
// If no matching songs were found, return empty result
|
||||
if len(mfs) == 0 {
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue