mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-31 07:30:32 +00:00
Merge branch 'master' into feat/inifinite_scroll
This commit is contained in:
commit
1d4e2821ee
2
core/external/provider.go
vendored
2
core/external/provider.go
vendored
@ -494,7 +494,7 @@ func (e *provider) loadTracksByID(ctx context.Context, songs []agents.Song) (map
|
||||
}
|
||||
res, err := e.ds.MediaFile(ctx).GetAll(model.QueryOptions{
|
||||
Filters: squirrel.And{
|
||||
squirrel.Eq{"id": ids},
|
||||
squirrel.Eq{"media_file.id": ids},
|
||||
squirrel.Eq{"missing": false},
|
||||
},
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user