Skip to content

Commit

Permalink
Merge pull request #188 from anhoder/master
Browse files Browse the repository at this point in the history
fix: playlists
  • Loading branch information
anhoder committed Sep 2, 2023
2 parents cc610d5 + d65862f commit 477dc68
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 477dc68

Please sign in to comment.