mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2024-11-23 14:19:40 +00:00
Enable album selection from home screen
This commit is contained in:
parent
1d608ea840
commit
e48a663a93
@ -156,6 +156,8 @@ sub Main (args as dynamic) as void
|
||||
' Nothing to do here, handled in ItemGrid
|
||||
else if selectedItem.type = "MusicArtist"
|
||||
group = CreateMusicArtistDetailsGroup(selectedItem.json)
|
||||
else if selectedItem.type = "MusicAlbum"
|
||||
group = CreateMusicAlbumDetailsGroup(selectedItem.json)
|
||||
else
|
||||
' TODO - switch on more node types
|
||||
message_dialog("This type is not yet supported: " + selectedItem.type + ".")
|
||||
|
Loading…
Reference in New Issue
Block a user