You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since KalturaCaptionAsset is not an inheritor of KalturaFlavorAsset but of KalturaAsset - this return type causes generated client libraries to throw an error on the return type. It's not a major issue since the export still takes place, but still worth fixing.
The text was updated successfully, but these errors were encountered:
server/plugins/content/caption/base/services/CaptionAssetService.php
Line 819 in bf35067
Since KalturaCaptionAsset is not an inheritor of KalturaFlavorAsset but of KalturaAsset - this return type causes generated client libraries to throw an error on the return type. It's not a major issue since the export still takes place, but still worth fixing.
The text was updated successfully, but these errors were encountered: