Skip to content

Commit

Permalink
Support playlists in search results.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimdogx committed Jan 18, 2025
1 parent 34bd3a0 commit e6eb6a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/Main.bs
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,9 @@ sub Main (args as dynamic) as void
m.global.queueManager.callFunc("resetShuffle")
m.global.queueManager.callFunc("push", screenContent.albumData.items[node.id])
m.global.queueManager.callFunc("playQueue")
else if node.type = "Playlist"
group = CreatePlaylistView(node.json)
sceneManager.callFunc("pushScene", group)
else
' TODO - switch on more node types
stopLoadingSpinner()
Expand Down

0 comments on commit e6eb6a0

Please sign in to comment.