mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2024-11-23 14:19:40 +00:00
Merge pull request #1888 from cewert/fix-itemgridoptions-crash
This commit is contained in:
commit
0d30bb68fd
@ -195,6 +195,8 @@ sub buttonFocusChanged()
|
||||
end sub
|
||||
|
||||
sub toggleFavorite()
|
||||
if not isValid(m.selectedFavoriteItem) then return
|
||||
|
||||
m.favItemsTask = createObject("roSGNode", "FavoriteItemsTask")
|
||||
if m.favoriteMenu.iconUri = "pkg:/images/icons/favorite.png"
|
||||
m.favoriteMenu.iconUri = "pkg:/images/icons/favorite_selected.png"
|
||||
|
Loading…
Reference in New Issue
Block a user