Skip to content

Commit

Permalink
fix: playlists
Browse files Browse the repository at this point in the history
  • Loading branch information
anhoder committed Sep 2, 2023
1 parent c80fb99 commit d65862f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ui/menu_user_playlist.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ func (m *UserPlaylistMenu) BottomOutHook() model.Hook {
return false, nil
}

m.playlists = playlists
m.playlists = append(m.playlists, playlists...)
var menus []model.MenuItem
for _, playlist := range m.playlists {
menus = append(menus, model.MenuItem{Title: utils.ReplaceSpecialStr(playlist.Name)})
Expand Down

0 comments on commit d65862f

Please sign in to comment.