mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Fix auto-imported playlists losing the "Public" status. Fix #479
This commit is contained in:
parent
35f748e0fb
commit
665b1f6898
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ func (s *playlistSync) updatePlaylist(ctx context.Context, newPls *model.Playlis
|
|||
newPls.Name = pls.Name
|
||||
newPls.Comment = pls.Comment
|
||||
newPls.Owner = pls.Owner
|
||||
newPls.Public = pls.Public
|
||||
} else {
|
||||
log.Info(ctx, "Adding synced playlist", "playlist", newPls.Name, "path", newPls.Path, "owner", owner)
|
||||
newPls.Owner = owner
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue