mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-23 15:20:33 +03:00
Add a TODO
This commit is contained in:
parent
fddd0dc353
commit
b07642a8d1
@ -59,6 +59,7 @@ func (r *checkSumRepository) SetData(newSums map[string]string) error {
|
||||
|
||||
for k, v := range newSums {
|
||||
cks := CheckSums{ID: k, Value: v}
|
||||
// TODO Use InsertMulti
|
||||
_, err := Db().Insert(&cks)
|
||||
if err != nil {
|
||||
return err
|
||||
|
Loading…
x
Reference in New Issue
Block a user