mirror of
https://github.com/anxdpanic/plugin.video.youtube.git
synced 2025-12-05 18:20:41 -08:00
Fix some context menu actions failing for video item bookmarks
This commit is contained in:
parent
03e2d91347
commit
6881f9a521
1 changed files with 5 additions and 0 deletions
|
|
@ -590,6 +590,11 @@ def directory_listitem(context, directory_item, show_fanart=None, **_kwargs):
|
|||
special_sort = _special_sort
|
||||
props[BOOKMARK_ID] = prop_value
|
||||
|
||||
prop_value = is_action and getattr(directory_item, VIDEO_ID, None)
|
||||
if prop_value:
|
||||
special_sort = _special_sort
|
||||
props[VIDEO_ID] = prop_value
|
||||
|
||||
if special_sort:
|
||||
props['specialSort'] = special_sort
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue