mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Used pop
IDK why
This commit is contained in:
parent
7d248880cc
commit
7329725979
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ def _convert_extract_thumbnail(overrides):
|
|||
"ffmpeg_args",
|
||||
):
|
||||
if key in extract_thumbnail_overrides:
|
||||
base_value[key] = extract_thumbnail_overrides[key]
|
||||
base_value[key] = extract_thumbnail_overrides.pop(key)
|
||||
|
||||
extract_thumbnail_profiles = extract_thumbnail_overrides.setdefault(
|
||||
"profiles", []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue