mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix used key
This commit is contained in:
parent
58a36c5414
commit
480c509f8e
1 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ class DJVViewAction(BaseAction):
|
|||
description = "DJV View Launcher"
|
||||
icon = statics_icon("app_icons", "djvView.png")
|
||||
|
||||
type = 'Application'
|
||||
type = "Application"
|
||||
|
||||
allowed_types = [
|
||||
"cin", "dpx", "avi", "dv", "gif", "flv", "mkv", "mov", "mpg", "mpeg",
|
||||
|
|
@ -190,7 +190,7 @@ class DJVViewAction(BaseAction):
|
|||
"""Callback method for DJVView action."""
|
||||
|
||||
# Launching application
|
||||
event_values = event["data"].get("value")
|
||||
event_values = event["data"].get("values")
|
||||
if not event_values:
|
||||
return
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue