zencoder-cs icon indicating copy to clipboard operation
zencoder-cs copied to clipboard

Int Convertion Overflow

Open neolution-ch2 opened this issue 7 years ago • 0 comments

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

neolution-ch2 avatar Feb 22 '19 09:02 neolution-ch2