mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2024-11-23 22:29:43 +00:00
Show collection type when invalid collection type selected
This commit is contained in:
parent
83e6810981
commit
fdd66e74a9
@ -152,7 +152,12 @@ sub Main()
|
||||
m.scene.appendChild(group)
|
||||
else
|
||||
' TODO - switch on more node types
|
||||
message_dialog("This library type is not yet implemented: " + selectedItem.type + ".")
|
||||
if selectedItem.type = "CollectionFolder" then
|
||||
message_dialog("This library type is not yet implemented: " + selectedItem.collectionType + ".")
|
||||
else
|
||||
message_dialog("This library type is not yet implemented: " + selectedItem.type + ".")
|
||||
end if
|
||||
selectedItem = invalid
|
||||
end if
|
||||
else if isNodeEvent(msg, "collectionSelected")
|
||||
node = getMsgPicker(msg, "picker")
|
||||
|
Loading…
Reference in New Issue
Block a user