zencoder-cs
zencoder-cs copied to clipboard
Int Convertion Overflow
Hi With the Zencoder-cs the Id Job was an Int and it not work now becouse the id is now a long value. I see that with the version NS.Zencoder you changed the type from int to long. But now I have a compiling error on the JobDetails method.
zen.JobDetails(job.Id);
public JobDetailsResponse JobDetails(int jobId);
You please fix this issue?
thanks and Best Regards Terenzio