mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 04:57:37 +03:00
Fix lint
This commit is contained in:
parent
af00503b77
commit
63b5191ea7
1 changed files with 0 additions and 1 deletions
|
@ -189,7 +189,6 @@ func scanLines(data []byte, atEOF bool) (advance int, token []byte, err error) {
|
|||
func (s *playlists) Update(ctx context.Context, playlistId string,
|
||||
name *string, comment *string, public *bool,
|
||||
idsToAdd []string, idxToRemove []int) error {
|
||||
|
||||
needsInfoUpdate := name != nil || comment != nil || public != nil
|
||||
needsTrackRefresh := len(idxToRemove) > 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue