From 6308cfed992e27baf186f57efcdae9c5df9c1b71 Mon Sep 17 00:00:00 2001 From: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com> Date: Mon, 7 Apr 2025 16:19:43 +0200 Subject: [PATCH] added task to allowed thumbnail entity types --- ayon_api/server_api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ayon_api/server_api.py b/ayon_api/server_api.py index f1b7ff49c..5b3631757 100644 --- a/ayon_api/server_api.py +++ b/ayon_api/server_api.py @@ -7830,6 +7830,7 @@ def get_thumbnail( if entity_type in ( "folder", + "task", "version", "workfile", ):