ynput / ayon-kitsu

Official AYON<->Kitsu intetgration (WIP)
Apache License 2.0
7 stars 4 forks source link

Sync: Convert frame attribute from kitsu into integer #44

Closed iLLiCiTiT closed 3 months ago

iLLiCiTiT commented 3 months ago

Description

Extend fix from https://github.com/ynput/ayon-kitsu/pull/40 . The value of "frame_in" is string but was not converted to integer so it crashed on frame_start + entity_dict["nb_frames"] because it tried to concatenat str with int.