This commit is contained in:
Deluan 2021-10-26 10:57:59 -04:00
parent af00503b77
commit 63b5191ea7
1 changed files with 0 additions and 1 deletions

View File

@ -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