mirror of
https://github.com/navidrome/navidrome.git
synced 2025-08-10 00:52:20 +00:00
Update
This commit is contained in:
@@ -83,7 +83,7 @@ func (p *playlists) Update(playlistId string, name *string, idsToAdd []string, i
|
||||
return err
|
||||
}
|
||||
}
|
||||
p.plsRepo.Put(pl)
|
||||
p.plsRepo.Put(pl) // Ignores errors, as any changes will be overridden in the next scan
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user